Html Css Color HEX #CCF770 Sulu

📋 copy color: '#CCF770'

red 204 ◦ green 247 ◦ blue 112

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

Shades of Sulu #CCF770

Tints of Sulu #CCF770

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.87%

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

R = 36.23%
G = 43.87%
B = 19.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#CCF770 (or 0xCCF770) is known color: Sulu. HEX triplet: CC, F7 and 70. RGB value is (204,247,112). Sum of RGB (Red+Green+Blue) = 204+247+112=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF770 is #33088F. Grayscale: #DBDBDB. Windows color (decimal): -3344528 or 7403468. OLE color: 7403468.

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

Color convert

RGB 204 247 112 -
CMYK 0.17 0 0.55 0.03
HSL 79.11º 0.89% 0.7% -
HSV(B) 79.11º 0.55% 0.97% -
XYZ 61.09 80.53 27.65 -
YUV 218.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 204 247 112 0.17 0 0.55 0.03 79.11 0.89 0.7
Hex CC F7 70 11 0 37 3 4F 59 46
Octal 314 367 160 21 0 67 3 117 131 106
Binary 11001100 11110111 1110000 10001 0 110111 11 1001111 1011001 1000110

Color Harmonies of #CCF770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF770

Black with #CCF770

Text Example


Text Example

White with #CCF770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF770; }

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

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

background-color css

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

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

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

border-color css

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

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

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