Html Css Color HEX #CCED74 Sulu

📋 copy color: '#CCED74'

red 204 ◦ green 237 ◦ blue 116

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

Shades of Sulu #CCED74

Tints of Sulu #CCED74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 36.62%
G = 42.55%
B = 20.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#CCED74 (or 0xCCED74) is known color: Sulu. HEX triplet: CC, ED and 74. RGB value is (204,237,116). Sum of RGB (Red+Green+Blue) = 204+237+116=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED74 is #33128B. Grayscale: #D5D5D5. Windows color (decimal): -3347084 or 7663052. OLE color: 7663052.

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

Color convert

RGB 204 237 116 -
CMYK 0.14 0 0.51 0.07
HSL 76.36º 0.77% 0.69% -
HSV(B) 76.36º 0.51% 0.93% -
XYZ 58.34 74.67 27.86 -
YUV 213.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 204 237 116 0.14 0 0.51 0.07 76.36 0.77 0.69
Hex CC ED 74 E 0 33 7 4C 4D 45
Octal 314 355 164 16 0 63 7 114 115 105
Binary 11001100 11101101 1110100 1110 0 110011 111 1001100 1001101 1000101

Color Harmonies of #CCED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED74

Black with #CCED74

Text Example


Text Example

White with #CCED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED74; }

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

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

background-color css

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

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

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

border-color css

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

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

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