#CAFD8A

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

Shades of Sulu #CAFD8A

Tints of Sulu #CAFD8A

Color information

#CAFD8A (or 0xCAFD8A) is unknown color: approx Sulu. HEX triplet: CA, FD and 8A. RGB value is (202,253,138). Sum of RGB (Red+Green+Blue) = 202+253+138=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFD8A is #350275. Grayscale: #E1E1E1. Windows color (decimal): -3474038 or 9108938. OLE color: 9108938.

HSL color Cylindrical-coordinate representation of color #CAFD8A: hue angle of 86.61º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAFD8A is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB202253138-
CMYK0.2000.450.01
HSL86.61º96.64%76.67%-
HSV(B)86.61º45.45%99.22%-
XYZ64.0784.6437.01-
YUV224.6479.1111.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 138 (54.30% from 255) = 23.27%
R=34.06%
G=42.66%
B=23.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531380.2000.450.0186.6196.6476.67
HexCAFD8A1402D157614d
Octal312375212240551127141115
Binary1100101011111101100010101010001011011101011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD8A; }

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

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

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

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

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

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

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

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