Html Css Color HEX #CAFF40 Green Yellow

📋 copy color: '#CAFF40'

red 202 ◦ green 255 ◦ blue 64

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

Shades of Green Yellow #CAFF40

Tints of Green Yellow #CAFF40

RGB

 RED value IS 202 (79.3% 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 value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#CAFF40 (or 0xCAFF40) is known color: 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

RGB 202 255 64 -
CMYK 0.21 0 0.75 0
HSL 76.65º 1% 0.63% -
HSV(B) 76.65º 0.75% 1% -
XYZ 61.04 84.45 17.93 -
YUV 217.38 41.44 117.03 -
System Red Green Blue C M Y K H S L
Decimal 202 255 64 0.21 0 0.75 0 76.65 1 0.63
Hex CA FF 40 15 0 4B 0 4D 64 3F
Octal 312 377 100 25 0 113 0 115 144 77
Binary 11001010 11111111 1000000 10101 0 1001011 0 1001101 1100100 111111

Color Harmonies of #CAFF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF40

Black with #CAFF40

Text Example


Text Example

White with #CAFF40

Text Example


Text Example

HTML Codes & Css Web 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>