Html Css Color HEX #CCF870 Sulu

📋 copy color: '#CCF870'

red 204 ◦ green 248 ◦ blue 112

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

Shades of Sulu #CCF870

Tints of Sulu #CCF870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.97%

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

R = 36.17%
G = 43.97%
B = 19.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#CCF870 (or 0xCCF870) is known color: Sulu. HEX triplet: CC, F8 and 70. RGB value is (204,248,112). Sum of RGB (Red+Green+Blue) = 204+248+112=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF870 is #33078F. Grayscale: #DBDBDB. Windows color (decimal): -3344272 or 7403724. OLE color: 7403724.

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

Color convert

RGB 204 248 112 -
CMYK 0.18 0 0.55 0.03
HSL 79.41º 0.91% 0.71% -
HSV(B) 79.41º 0.55% 0.97% -
XYZ 61.39 81.14 27.76 -
YUV 219.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 204 248 112 0.18 0 0.55 0.03 79.41 0.91 0.71
Hex CC F8 70 12 0 37 3 4F 5B 47
Octal 314 370 160 22 0 67 3 117 133 107
Binary 11001100 11111000 1110000 10010 0 110111 11 1001111 1011011 1000111

Color Harmonies of #CCF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF870

Black with #CCF870

Text Example


Text Example

White with #CCF870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF870; }

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

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

background-color css

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

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

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

border-color css

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

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

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