Html Css Color HEX #CCF572 Sulu

📋 copy color: '#CCF572'

red 204 ◦ green 245 ◦ blue 114

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

Shades of Sulu #CCF572

Tints of Sulu #CCF572

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

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

R = 36.23%
G = 43.52%
B = 20.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#CCF572 (or 0xCCF572) is known color: Sulu. HEX triplet: CC, F5 and 72. RGB value is (204,245,114). Sum of RGB (Red+Green+Blue) = 204+245+114=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF572 is #330A8D. Grayscale: #DADADA. Windows color (decimal): -3345038 or 7534028. OLE color: 7534028.

HSL color Cylindrical-coordinate representation of color #CCF572: hue angle of 78.78º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF572 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 114 -
CMYK 0.17 0 0.53 0.04
HSL 78.78º 0.87% 0.7% -
HSV(B) 78.78º 0.53% 0.96% -
XYZ 60.59 79.36 28.04 -
YUV 217.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 204 245 114 0.17 0 0.53 0.04 78.78 0.87 0.7
Hex CC F5 72 11 0 35 4 4F 57 46
Octal 314 365 162 21 0 65 4 117 127 106
Binary 11001100 11110101 1110010 10001 0 110101 100 1001111 1010111 1000110

Color Harmonies of #CCF572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF572

Black with #CCF572

Text Example


Text Example

White with #CCF572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF572; }

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

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

background-color css

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

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

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

border-color css

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

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

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