Html Css Color HEX #CCF58C Sulu

📋 copy color: '#CCF58C'

red 204 ◦ green 245 ◦ blue 140

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

Shades of Sulu #CCF58C

Tints of Sulu #CCF58C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.6%

 BLUE value IS 140 (55.08% from 255) = 23.77%

R = 34.63%
G = 41.6%
B = 23.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#CCF58C (or 0xCCF58C) is known color: Sulu. HEX triplet: CC, F5 and 8C. RGB value is (204,245,140). Sum of RGB (Red+Green+Blue) = 204+245+140=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF58C is #330A73. Grayscale: #DDDDDD. Windows color (decimal): -3345012 or 9237964. OLE color: 9237964.

HSL color Cylindrical-coordinate representation of color #CCF58C: hue angle of 83.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF58C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 140 -
CMYK 0.17 0 0.43 0.04
HSL 83.43º 0.84% 0.75% -
HSV(B) 83.43º 0.43% 0.96% -
XYZ 62.29 80.04 36.98 -
YUV 220.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 204 245 140 0.17 0 0.43 0.04 83.43 0.84 0.75
Hex CC F5 8C 11 0 2B 4 53 54 4B
Octal 314 365 214 21 0 53 4 123 124 113
Binary 11001100 11110101 10001100 10001 0 101011 100 1010011 1010100 1001011

Color Harmonies of #CCF58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF58C

Black with #CCF58C

Text Example


Text Example

White with #CCF58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF58C; }

 p { color: rgb(204,245,140); }

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

background-color css

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

 a { background-color: rgb(204,245,140); }

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

border-color css

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

 span { border-color: rgb(204,245,140); }

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