Html Css Color HEX #CCED72 Sulu

📋 copy color: '#CCED72'

red 204 ◦ green 237 ◦ blue 114

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

Shades of Sulu #CCED72

Tints of Sulu #CCED72

RGB

 RED value IS 204 (80.08% from 255) = 36.76%

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

 BLUE value IS 114 (44.92% from 255) = 20.54%

R = 36.76%
G = 42.7%
B = 20.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#CCED72 (or 0xCCED72) is known color: Sulu. HEX triplet: CC, ED and 72. RGB value is (204,237,114). Sum of RGB (Red+Green+Blue) = 204+237+114=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED72 is #33128D. Grayscale: #D5D5D5. Windows color (decimal): -3347086 or 7531980. OLE color: 7531980.

HSL color Cylindrical-coordinate representation of color #CCED72: hue angle of 76.1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCED72 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 114 -
CMYK 0.14 0 0.52 0.07
HSL 76.1º 0.77% 0.69% -
HSV(B) 76.1º 0.52% 0.93% -
XYZ 58.22 74.62 27.25 -
YUV 213.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 204 237 114 0.14 0 0.52 0.07 76.1 0.77 0.69
Hex CC ED 72 E 0 34 7 4C 4D 45
Octal 314 355 162 16 0 64 7 114 115 105
Binary 11001100 11101101 1110010 1110 0 110100 111 1001100 1001101 1000101

Color Harmonies of #CCED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED72

Black with #CCED72

Text Example


Text Example

White with #CCED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED72; }

 p { color: rgb(204,237,114); }

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

background-color css

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

 a { background-color: rgb(204,237,114); }

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

border-color css

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

 span { border-color: rgb(204,237,114); }

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