Html Css Color HEX #CCF08B Sulu

📋 copy color: '#CCF08B'

red 204 ◦ green 240 ◦ blue 139

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

Shades of Sulu #CCF08B

Tints of Sulu #CCF08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.84%

R = 34.99%
G = 41.17%
B = 23.84%

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

#CCF08B (or 0xCCF08B) is known color: Sulu. HEX triplet: CC, F0 and 8B. RGB value is (204,240,139). Sum of RGB (Red+Green+Blue) = 204+240+139=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF08B is #330F74. Grayscale: #DADADA. Windows color (decimal): -3346293 or 9171148. OLE color: 9171148.

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

Color convert

RGB 204 240 139 -
CMYK 0.15 0 0.42 0.06
HSL 81.39º 0.77% 0.74% -
HSV(B) 81.39º 0.42% 0.94% -
XYZ 60.72 77.02 36.09 -
YUV 217.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 204 240 139 0.15 0 0.42 0.06 81.39 0.77 0.74
Hex CC F0 8B F 0 2A 6 51 4D 4A
Octal 314 360 213 17 0 52 6 121 115 112
Binary 11001100 11110000 10001011 1111 0 101010 110 1010001 1001101 1001010

Color Harmonies of #CCF08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF08B

Black with #CCF08B

Text Example


Text Example

White with #CCF08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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