Html Css Color HEX #CCF884 Sulu

📋 copy color: '#CCF884'

red 204 ◦ green 248 ◦ blue 132

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

Shades of Sulu #CCF884

Tints of Sulu #CCF884

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.47%

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

R = 34.93%
G = 42.47%
B = 22.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#CCF884 (or 0xCCF884) is known color: Sulu. HEX triplet: CC, F8 and 84. RGB value is (204,248,132). Sum of RGB (Red+Green+Blue) = 204+248+132=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF884 is #33077B. Grayscale: #DEDEDE. Windows color (decimal): -3344252 or 8714444. OLE color: 8714444.

HSL color Cylindrical-coordinate representation of color #CCF884: hue angle of 82.76º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF884 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 132 -
CMYK 0.18 0 0.47 0.03
HSL 82.76º 0.89% 0.75% -
HSV(B) 82.76º 0.47% 0.97% -
XYZ 62.63 81.64 34.29 -
YUV 221.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 204 248 132 0.18 0 0.47 0.03 82.76 0.89 0.75
Hex CC F8 84 12 0 2F 3 53 59 4B
Octal 314 370 204 22 0 57 3 123 131 113
Binary 11001100 11111000 10000100 10010 0 101111 11 1010011 1011001 1001011

Color Harmonies of #CCF884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF884

Black with #CCF884

Text Example


Text Example

White with #CCF884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF884; }

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

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

background-color css

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

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

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

border-color css

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

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

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