#CAFF84

Color #CAFF84 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CAFF84

Tints of Sulu #CAFF84

Color information

#CAFF84 (or 0xCAFF84) is unknown color: approx Sulu. HEX triplet: CA, FF and 84. RGB value is (202,255,132). Sum of RGB (Red+Green+Blue) = 202+255+132=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF84 is #35007B. Grayscale: #E1E1E1. Windows color (decimal): -3473532 or 8716234. OLE color: 8716234.

HSL color Cylindrical-coordinate representation of color #CAFF84: hue angle of 85.85º 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 #CAFF84 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB202255132-
CMYK0.2100.480
HSL85.85º100%75.88%-
HSV(B)85.85º48.24%100%-
XYZ64.2885.7434.99-
YUV225.1375.44111.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 132 (51.95% from 255) = 22.41%
R=34.30%
G=43.29%
B=22.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551320.2100.48085.8510075.88
HexCAFF8415030056644c
Octal312377204250600126144114
Binary1100101011111111100001001010101100000101011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF84; }

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

 H1.HeaderClassName
 {
   color: #CAFF84;
 }
 .AnyTagClassName
 {
   color: #CAFF84;
 }
</style>
background-color css

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

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

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

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

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

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