#CAFF40

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

Shades of Green Yellow #CAFF40

Tints of Green Yellow #CAFF40

Color information

#CAFF40 (or 0xCAFF40) is unknown color: approx Green Yellow. HEX triplet: CA, FF and 40. RGB value is (202,255,64). Sum of RGB (Red+Green+Blue) = 202+255+64=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF40 is #3500BF. Grayscale: #DADADA. Windows color (decimal): -3473600 or 4259786. OLE color: 4259786.

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

Color convert

RGB20225564-
CMYK0.2100.750
HSL76.65º100%62.55%-
HSV(B)76.65º74.9%100%-
XYZ61.0484.4517.93-
YUV217.3841.44117.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 64 (25.39% from 255) = 12.28%
R=38.77%
G=48.94%
B=12.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202255640.2100.75076.6510062.55
HexCAFF401504B04d643f
Octal312377100250113011514477
Binary110010101111111110000001010101001011010011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF40; }

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

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

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

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

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

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

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

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