#caff3a

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

Shades of Green Yellow #CAFF3A

Tints of Green Yellow #CAFF3A

Color information

#CAFF3A (or 0xCAFF3A) is unknown color: approx Green Yellow. HEX triplet: CA, FF and 3A. RGB value is (202,255,58). Sum of RGB (Red+Green+Blue) = 202+255+58=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF3A is #3500C5. Grayscale: #D9D9D9. Windows color (decimal): -3473606 or 3866570. OLE color: 3866570.

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

Color convert

RGB20225558-
CMYK0.2100.770
HSL76.14º100%61.37%-
HSV(B)76.14º77.25%100%-
XYZ60.8884.3817.08-
YUV216.738.44117.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 255 (100% from 255) = 49.51%
BLUE value IS 58 (23.05% from 255) = 11.26%
R=39.22%
G=49.51%
B=11.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202255580.2100.77076.1410061.37
HexCAFF3A1504D04c643d
Octal31237772250115011414475
Binary11001010111111111110101010101001101010011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caff3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caff3a; }

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

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

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

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

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

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

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

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