Html Css Color HEX #CAFE3A Green Yellow

📋 copy color: '#CAFE3A'

red 202 ◦ green 254 ◦ blue 58

#CAFE3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #CAFE3A

Tints of Green Yellow #CAFE3A

RGB

 RED value IS 202 (79.3% from 255) = 39.3%

 GREEN value IS 254 (99.61% from 255) = 49.42%

 BLUE value IS 58 (23.05% from 255) = 11.28%

R = 39.3%
G = 49.42%
B = 11.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#CAFE3A (or 0xCAFE3A) is known color: Green Yellow. HEX triplet: CA, FE and 3A. RGB value is (202,254,58). Sum of RGB (Red+Green+Blue) = 202+254+58=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE3A is #3501C5. Grayscale: #D8D8D8. Windows color (decimal): -3473862 or 3866314. OLE color: 3866314.

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

Color convert

RGB 202 254 58 -
CMYK 0.20 0 0.77 0.00
HSL 75.92º 0.99% 0.61% -
HSV(B) 75.92º 0.77% 1% -
XYZ 60.56 83.75 16.98 -
YUV 216.11 38.77 117.94 -
System Red Green Blue C M Y K H S L
Decimal 202 254 58 0.20 0 0.77 0.00 75.92 0.99 0.61
Hex CA FE 3A 14 0 4D 0 4C 63 3D
Octal 312 376 72 24 0 115 0 114 143 75
Binary 11001010 11111110 111010 10100 0 1001101 0 1001100 1100011 111101

Color Harmonies of #CAFE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE3A

Black with #CAFE3A

Text Example


Text Example

White with #CAFE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE3A; }

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

 H1.HeaderClassName
 {
   color: #CAFE3A;
 }
 .AnyTagClassName
 {
   color: #CAFE3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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