Html Css Color HEX #CCF584 Sulu

📋 copy color: '#CCF584'

red 204 ◦ green 245 ◦ blue 132

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

Shades of Sulu #CCF584

Tints of Sulu #CCF584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.72%

R = 35.11%
G = 42.17%
B = 22.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#CCF584 (or 0xCCF584) is known color: Sulu. HEX triplet: CC, F5 and 84. RGB value is (204,245,132). Sum of RGB (Red+Green+Blue) = 204+245+132=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF584 is #330A7B. Grayscale: #DCDCDC. Windows color (decimal): -3345020 or 8713676. OLE color: 8713676.

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

Color convert

RGB 204 245 132 -
CMYK 0.17 0 0.46 0.04
HSL 81.77º 0.85% 0.74% -
HSV(B) 81.77º 0.46% 0.96% -
XYZ 61.72 79.81 33.98 -
YUV 219.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 204 245 132 0.17 0 0.46 0.04 81.77 0.85 0.74
Hex CC F5 84 11 0 2E 4 52 55 4A
Octal 314 365 204 21 0 56 4 122 125 112
Binary 11001100 11110101 10000100 10001 0 101110 100 1010010 1010101 1001010

Color Harmonies of #CCF584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF584

Black with #CCF584

Text Example


Text Example

White with #CCF584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF584; }

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

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

background-color css

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

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

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

border-color css

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

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

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