#CAFF8A

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

Shades of Sulu #CAFF8A

Tints of Sulu #CAFF8A

Color information

#CAFF8A (or 0xCAFF8A) is unknown color: approx Sulu. HEX triplet: CA, FF and 8A. RGB value is (202,255,138). Sum of RGB (Red+Green+Blue) = 202+255+138=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF8A is #350075. Grayscale: #E2E2E2. Windows color (decimal): -3473526 or 9109450. OLE color: 9109450.

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

Color convert

RGB202255138-
CMYK0.2100.460
HSL87.18º100%77.06%-
HSV(B)87.18º45.88%100%-
XYZ64.785.9137.22-
YUV225.8278.44111.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=33.95%
G=42.86%
B=23.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551380.2100.46087.1810077.06
HexCAFF8A1502E057644d
Octal312377212250560127144115
Binary1100101011111111100010101010101011100101011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF8A; }

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

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

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

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

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

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

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

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