Html Css Color HEX #CCF970 Sulu

📋 copy color: '#CCF970'

red 204 ◦ green 249 ◦ blue 112

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

Shades of Sulu #CCF970

Tints of Sulu #CCF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.82%

R = 36.11%
G = 44.07%
B = 19.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#CCF970 (or 0xCCF970) is known color: Sulu. HEX triplet: CC, F9 and 70. RGB value is (204,249,112). Sum of RGB (Red+Green+Blue) = 204+249+112=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF970 is #33068F. Grayscale: #DCDCDC. Windows color (decimal): -3344016 or 7403980. OLE color: 7403980.

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

Color convert

RGB 204 249 112 -
CMYK 0.18 0 0.55 0.02
HSL 79.71º 0.92% 0.71% -
HSV(B) 79.71º 0.55% 0.98% -
XYZ 61.7 81.76 27.86 -
YUV 219.93 67.09 116.64 -
System Red Green Blue C M Y K H S L
Decimal 204 249 112 0.18 0 0.55 0.02 79.71 0.92 0.71
Hex CC F9 70 12 0 37 2 50 5C 47
Octal 314 371 160 22 0 67 2 120 134 107
Binary 11001100 11111001 1110000 10010 0 110111 10 1010000 1011100 1000111

Color Harmonies of #CCF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF970

Black with #CCF970

Text Example


Text Example

White with #CCF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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