Html Css Color HEX #C4ED66 Sulu

📋 copy color: '#C4ED66'

red 196 ◦ green 237 ◦ blue 102

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

Shades of Sulu #C4ED66

Tints of Sulu #C4ED66

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

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

R = 36.64%
G = 44.3%
B = 19.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#C4ED66 (or 0xC4ED66) is known color: Sulu. HEX triplet: C4, ED and 66. RGB value is (196,237,102). Sum of RGB (Red+Green+Blue) = 196+237+102=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #C4ED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4ED66 is #3B1299. Grayscale: #D1D1D1. Windows color (decimal): -3871386 or 6745540. OLE color: 6745540.

HSL color Cylindrical-coordinate representation of color #C4ED66: hue angle of 78.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4ED66 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 237 102 -
CMYK 0.17 0 0.57 0.07
HSL 78.22º 0.79% 0.66% -
HSV(B) 78.22º 0.57% 0.93% -
XYZ 55.45 73.26 23.79 -
YUV 209.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 196 237 102 0.17 0 0.57 0.07 78.22 0.79 0.66
Hex C4 ED 66 11 0 39 7 4E 4F 42
Octal 304 355 146 21 0 71 7 116 117 102
Binary 11000100 11101101 1100110 10001 0 111001 111 1001110 1001111 1000010

Color Harmonies of #C4ED66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ED66

Black with #C4ED66

Text Example


Text Example

White with #C4ED66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ED66; }

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

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

background-color css

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

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

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

border-color css

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

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

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