Html Css Color HEX #CCF070 Sulu

📋 copy color: '#CCF070'

red 204 ◦ green 240 ◦ blue 112

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

Shades of Sulu #CCF070

Tints of Sulu #CCF070

RGB

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

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

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

R = 36.69%
G = 43.17%
B = 20.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#CCF070 (or 0xCCF070) is known color: Sulu. HEX triplet: CC, F0 and 70. RGB value is (204,240,112). Sum of RGB (Red+Green+Blue) = 204+240+112=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF070 is #330F8F. Grayscale: #D7D7D7. Windows color (decimal): -3346320 or 7401676. OLE color: 7401676.

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

Color convert

RGB 204 240 112 -
CMYK 0.15 0 0.53 0.06
HSL 76.88º 0.81% 0.69% -
HSV(B) 76.88º 0.53% 0.94% -
XYZ 58.99 76.33 26.95 -
YUV 214.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 204 240 112 0.15 0 0.53 0.06 76.88 0.81 0.69
Hex CC F0 70 F 0 35 6 4D 51 45
Octal 314 360 160 17 0 65 6 115 121 105
Binary 11001100 11110000 1110000 1111 0 110101 110 1001101 1010001 1000101

Color Harmonies of #CCF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF070

Black with #CCF070

Text Example


Text Example

White with #CCF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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