Html Css Color HEX #CCFF84 Sulu

📋 copy color: '#CCFF84'

red 204 ◦ green 255 ◦ blue 132

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

Shades of Sulu #CCFF84

Tints of Sulu #CCFF84

RGB

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

 GREEN value IS 255 (100% from 255) = 43.15%

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

R = 34.52%
G = 43.15%
B = 22.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#CCFF84 (or 0xCCFF84) is known color: Sulu. HEX triplet: CC, FF and 84. RGB value is (204,255,132). Sum of RGB (Red+Green+Blue) = 204+255+132=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF84 is #33007B. Grayscale: #E2E2E2. Windows color (decimal): -3342460 or 8716236. OLE color: 8716236.

HSL color Cylindrical-coordinate representation of color #CCFF84: hue angle of 84.88º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCFF84 is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 132 -
CMYK 0.2 0 0.48 0
HSL 84.88º 1% 0.76% -
HSV(B) 84.88º 0.48% 1% -
XYZ 64.83 86.02 35.02 -
YUV 225.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 204 255 132 0.2 0 0.48 0 84.88 1 0.76
Hex CC FF 84 14 0 30 0 55 64 4C
Octal 314 377 204 24 0 60 0 125 144 114
Binary 11001100 11111111 10000100 10100 0 110000 0 1010101 1100100 1001100

Color Harmonies of #CCFF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF84

Black with #CCFF84

Text Example


Text Example

White with #CCFF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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