#CAFF7D

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

Shades of Sulu #CAFF7D

Tints of Sulu #CAFF7D

Color information

#CAFF7D (or 0xCAFF7D) is unknown color: approx Sulu. HEX triplet: CA, FF and 7D. RGB value is (202,255,125). Sum of RGB (Red+Green+Blue) = 202+255+125=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFF7D is #350082. Grayscale: #E0E0E0. Windows color (decimal): -3473539 or 8257482. OLE color: 8257482.

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

Color convert

RGB202255125-
CMYK0.2100.510
HSL84.46º100%74.51%-
HSV(B)84.46º50.98%100%-
XYZ63.8285.5632.55-
YUV224.3371.94112.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 125 (49.22% from 255) = 21.48%
R=34.71%
G=43.81%
B=21.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551250.2100.51084.4610074.51
HexCAFF7D15033054644b
Octal312377175250630124144113
Binary110010101111111111111011010101100110101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF7D; }

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

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

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

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

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

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

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

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