Html Css Color HEX #CAFF49 Green Yellow

📋 copy color: '#CAFF49'

red 202 ◦ green 255 ◦ blue 73

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

Shades of Green Yellow #CAFF49

Tints of Green Yellow #CAFF49

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

 BLUE value IS 73 (28.91% from 255) = 13.77%

R = 38.11%
G = 48.11%
B = 13.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#CAFF49 (or 0xCAFF49) is known color: Green Yellow. HEX triplet: CA, FF and 49. RGB value is (202,255,73). Sum of RGB (Red+Green+Blue) = 202+255+73=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF49 is #3500B6. Grayscale: #DBDBDB. Windows color (decimal): -3473591 or 4849610. OLE color: 4849610.

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

Color convert

RGB 202 255 73 -
CMYK 0.21 0 0.71 0
HSL 77.47º 1% 0.64% -
HSV(B) 77.47º 0.71% 1% -
XYZ 61.32 84.56 19.39 -
YUV 218.41 45.94 116.3 -
System Red Green Blue C M Y K H S L
Decimal 202 255 73 0.21 0 0.71 0 77.47 1 0.64
Hex CA FF 49 15 0 47 0 4D 64 40
Octal 312 377 111 25 0 107 0 115 144 100
Binary 11001010 11111111 1001001 10101 0 1000111 0 1001101 1100100 1000000

Color Harmonies of #CAFF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF49

Black with #CAFF49

Text Example


Text Example

White with #CAFF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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