Html Css Color HEX #CCE774 Sulu

📋 copy color: '#CCE774'

red 204 ◦ green 231 ◦ blue 116

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

Shades of Sulu #CCE774

Tints of Sulu #CCE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.92%

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

R = 37.02%
G = 41.92%
B = 21.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#CCE774 (or 0xCCE774) is known color: Sulu. HEX triplet: CC, E7 and 74. RGB value is (204,231,116). Sum of RGB (Red+Green+Blue) = 204+231+116=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE774 is #33188B. Grayscale: #D2D2D2. Windows color (decimal): -3348620 or 7661516. OLE color: 7661516.

HSL color Cylindrical-coordinate representation of color #CCE774: hue angle of 74.09º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE774 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 116 -
CMYK 0.12 0 0.50 0.09
HSL 74.09º 0.71% 0.68% -
HSV(B) 74.09º 0.5% 0.91% -
XYZ 56.63 71.25 27.29 -
YUV 209.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 204 231 116 0.12 0 0.50 0.09 74.09 0.71 0.68
Hex CC E7 74 C 0 32 9 4A 47 44
Octal 314 347 164 14 0 62 11 112 107 104
Binary 11001100 11100111 1110100 1100 0 110010 1001 1001010 1000111 1000100

Color Harmonies of #CCE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE774

Black with #CCE774

Text Example


Text Example

White with #CCE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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