Html Css Color HEX #C4E966 Sulu

📋 copy color: '#C4E966'

red 196 ◦ green 233 ◦ blue 102

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

Shades of Sulu #C4E966

Tints of Sulu #C4E966

RGB

 RED value IS 196 (76.95% from 255) = 36.91%

 GREEN value IS 233 (91.41% from 255) = 43.88%

 BLUE value IS 102 (40.23% from 255) = 19.21%

R = 36.91%
G = 43.88%
B = 19.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#C4E966 (or 0xC4E966) is known color: Sulu. HEX triplet: C4, E9 and 66. RGB value is (196,233,102). Sum of RGB (Red+Green+Blue) = 196+233+102=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E966 is #3B1699. Grayscale: #CFCFCF. Windows color (decimal): -3872410 or 6744516. OLE color: 6744516.

HSL color Cylindrical-coordinate representation of color #C4E966: hue angle of 76.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4E966 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 233 102 -
CMYK 0.16 0 0.56 0.09
HSL 76.95º 0.75% 0.66% -
HSV(B) 76.95º 0.56% 0.91% -
XYZ 54.3 70.97 23.41 -
YUV 207 68.74 120.15 -
System Red Green Blue C M Y K H S L
Decimal 196 233 102 0.16 0 0.56 0.09 76.95 0.75 0.66
Hex C4 E9 66 10 0 38 9 4D 4B 42
Octal 304 351 146 20 0 70 11 115 113 102
Binary 11000100 11101001 1100110 10000 0 111000 1001 1001101 1001011 1000010

Color Harmonies of #C4E966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E966

Black with #C4E966

Text Example


Text Example

White with #C4E966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E966; }

 p { color: rgb(196,233,102); }

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

background-color css

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

 a { background-color: rgb(196,233,102); }

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

border-color css

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

 span { border-color: rgb(196,233,102); }

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