Html Css Color HEX #CCF07A Sulu

📋 copy color: '#CCF07A'

red 204 ◦ green 240 ◦ blue 122

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

Shades of Sulu #CCF07A

Tints of Sulu #CCF07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.55%

R = 36.04%
G = 42.4%
B = 21.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#CCF07A (or 0xCCF07A) is known color: Sulu. HEX triplet: CC, F0 and 7A. RGB value is (204,240,122). Sum of RGB (Red+Green+Blue) = 204+240+122=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF07A is #330F85. Grayscale: #D8D8D8. Windows color (decimal): -3346310 or 8057036. OLE color: 8057036.

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

Color convert

RGB 204 240 122 -
CMYK 0.15 0 0.49 0.06
HSL 78.31º 0.8% 0.71% -
HSV(B) 78.31º 0.49% 0.94% -
XYZ 59.57 76.56 30.05 -
YUV 215.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 204 240 122 0.15 0 0.49 0.06 78.31 0.8 0.71
Hex CC F0 7A F 0 31 6 4E 50 47
Octal 314 360 172 17 0 61 6 116 120 107
Binary 11001100 11110000 1111010 1111 0 110001 110 1001110 1010000 1000111

Color Harmonies of #CCF07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF07A

Black with #CCF07A

Text Example


Text Example

White with #CCF07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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