Html Css Color HEX #CCF08A Sulu

📋 copy color: '#CCF08A'

red 204 ◦ green 240 ◦ blue 138

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

Shades of Sulu #CCF08A

Tints of Sulu #CCF08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.71%

R = 35.05%
G = 41.24%
B = 23.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#CCF08A (or 0xCCF08A) is known color: Sulu. HEX triplet: CC, F0 and 8A. RGB value is (204,240,138). Sum of RGB (Red+Green+Blue) = 204+240+138=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF08A is #330F75. Grayscale: #D9D9D9. Windows color (decimal): -3346294 or 9105612. OLE color: 9105612.

HSL color Cylindrical-coordinate representation of color #CCF08A: hue angle of 81.18º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF08A is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 138 -
CMYK 0.15 0 0.42 0.06
HSL 81.18º 0.77% 0.74% -
HSV(B) 81.18º 0.43% 0.94% -
XYZ 60.65 76.99 35.71 -
YUV 217.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 204 240 138 0.15 0 0.42 0.06 81.18 0.77 0.74
Hex CC F0 8A F 0 2A 6 51 4D 4A
Octal 314 360 212 17 0 52 6 121 115 112
Binary 11001100 11110000 10001010 1111 0 101010 110 1010001 1001101 1001010

Color Harmonies of #CCF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF08A

Black with #CCF08A

Text Example


Text Example

White with #CCF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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