Html Css Color HEX #CCF972 Sulu

📋 copy color: '#CCF972'

red 204 ◦ green 249 ◦ blue 114

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

Shades of Sulu #CCF972

Tints of Sulu #CCF972

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.92%

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

R = 35.98%
G = 43.92%
B = 20.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#CCF972 (or 0xCCF972) is known color: Sulu. HEX triplet: CC, F9 and 72. RGB value is (204,249,114). Sum of RGB (Red+Green+Blue) = 204+249+114=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF972 is #33068D. Grayscale: #DCDCDC. Windows color (decimal): -3344014 or 7535052. OLE color: 7535052.

HSL color Cylindrical-coordinate representation of color #CCF972: hue angle of 80º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF972 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 114 -
CMYK 0.18 0 0.54 0.02
HSL 80º 0.92% 0.71% -
HSV(B) 80º 0.54% 0.98% -
XYZ 61.81 81.8 28.45 -
YUV 220.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 204 249 114 0.18 0 0.54 0.02 80 0.92 0.71
Hex CC F9 72 12 0 36 2 50 5C 47
Octal 314 371 162 22 0 66 2 120 134 107
Binary 11001100 11111001 1110010 10010 0 110110 10 1010000 1011100 1000111

Color Harmonies of #CCF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF972

Black with #CCF972

Text Example


Text Example

White with #CCF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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