Html Css Color HEX #C3EF70 Sulu

📋 copy color: '#C3EF70'

red 195 ◦ green 239 ◦ blue 112

#C3EF70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #C3EF70

Tints of Sulu #C3EF70

RGB

 RED value IS 195 (76.56% from 255) = 35.71%

 GREEN value IS 239 (93.75% from 255) = 43.77%

 BLUE value IS 112 (44.14% from 255) = 20.51%

R = 35.71%
G = 43.77%
B = 20.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3EF70 (or 0xC3EF70) is known color: Sulu. HEX triplet: C3, EF and 70. RGB value is (195,239,112). Sum of RGB (Red+Green+Blue) = 195+239+112=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EF70 is #3C108F. Grayscale: #D3D3D3. Windows color (decimal): -3936400 or 7401411. OLE color: 7401411.

HSL color Cylindrical-coordinate representation of color #C3EF70: hue angle of 80.79º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3EF70 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 239 112 -
CMYK 0.18 0 0.53 0.06
HSL 80.79º 0.8% 0.69% -
HSV(B) 80.79º 0.53% 0.94% -
XYZ 56.3 74.5 26.74 -
YUV 211.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 195 239 112 0.18 0 0.53 0.06 80.79 0.8 0.69
Hex C3 EF 70 12 0 35 6 51 50 45
Octal 303 357 160 22 0 65 6 121 120 105
Binary 11000011 11101111 1110000 10010 0 110101 110 1010001 1010000 1000101

Color Harmonies of #C3EF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EF70

Black with #C3EF70

Text Example


Text Example

White with #C3EF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EF70; }

 p { color: rgb(195,239,112); }

 H1.HeaderClassName
 {
   color: #C3EF70;
 }
 .AnyTagClassName
 {
   color: #C3EF70;
 }
</style>

background-color css

<style>
 a { background-color: #C3EF70; }

 a { background-color: rgb(195,239,112); }

 div.DivClassName
 {
   background-color: #C3EF70;
 }
 .BgClassName
 {
   background-color: #C3EF70;
 }
</style>

border-color css

<style>
 span { border-color: #C3EF70; }

 span { border-color: rgb(195,239,112); }

 td.TdClassName
 {
   border-color: #C3EF70;
 }
 .TagClassName
 {
   border-color: #C3EF70;
 }
</style>