Html Css Color HEX #CCF582 Sulu

📋 copy color: '#CCF582'

red 204 ◦ green 245 ◦ blue 130

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

Shades of Sulu #CCF582

Tints of Sulu #CCF582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.45%

R = 35.23%
G = 42.31%
B = 22.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#CCF582 (or 0xCCF582) is known color: Sulu. HEX triplet: CC, F5 and 82. RGB value is (204,245,130). Sum of RGB (Red+Green+Blue) = 204+245+130=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF582 is #330A7D. Grayscale: #DCDCDC. Windows color (decimal): -3345022 or 8582604. OLE color: 8582604.

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

Color convert

RGB 204 245 130 -
CMYK 0.17 0 0.47 0.04
HSL 81.39º 0.85% 0.74% -
HSV(B) 81.39º 0.47% 0.96% -
XYZ 61.58 79.75 33.27 -
YUV 219.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 204 245 130 0.17 0 0.47 0.04 81.39 0.85 0.74
Hex CC F5 82 11 0 2F 4 51 55 4A
Octal 314 365 202 21 0 57 4 121 125 112
Binary 11001100 11110101 10000010 10001 0 101111 100 1010001 1010101 1001010

Color Harmonies of #CCF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF582

Black with #CCF582

Text Example


Text Example

White with #CCF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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