Html Css Color HEX #CCF072 Sulu

📋 copy color: '#CCF072'

red 204 ◦ green 240 ◦ blue 114

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

Shades of Sulu #CCF072

Tints of Sulu #CCF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.01%

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

R = 36.56%
G = 43.01%
B = 20.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#CCF072 (or 0xCCF072) is known color: Sulu. HEX triplet: CC, F0 and 72. RGB value is (204,240,114). Sum of RGB (Red+Green+Blue) = 204+240+114=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF072 is #330F8D. Grayscale: #D7D7D7. Windows color (decimal): -3346318 or 7532748. OLE color: 7532748.

HSL color Cylindrical-coordinate representation of color #CCF072: hue angle of 77.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCF072 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 114 -
CMYK 0.15 0 0.52 0.06
HSL 77.14º 0.81% 0.69% -
HSV(B) 77.14º 0.53% 0.94% -
XYZ 59.1 76.37 27.55 -
YUV 214.87 71.07 120.25 -
System Red Green Blue C M Y K H S L
Decimal 204 240 114 0.15 0 0.52 0.06 77.14 0.81 0.69
Hex CC F0 72 F 0 34 6 4D 51 45
Octal 314 360 162 17 0 64 6 115 121 105
Binary 11001100 11110000 1110010 1111 0 110100 110 1001101 1010001 1000101

Color Harmonies of #CCF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF072

Black with #CCF072

Text Example


Text Example

White with #CCF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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