Html Css Color HEX #CAFF4A Green Yellow

📋 copy color: '#CAFF4A'

red 202 ◦ green 255 ◦ blue 74

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

Shades of Green Yellow #CAFF4A

Tints of Green Yellow #CAFF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.94%

R = 38.04%
G = 48.02%
B = 13.94%

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

#CAFF4A (or 0xCAFF4A) is known color: Green Yellow. HEX triplet: CA, FF and 4A. RGB value is (202,255,74). Sum of RGB (Red+Green+Blue) = 202+255+74=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF4A is #3500B5. Grayscale: #DBDBDB. Windows color (decimal): -3473590 or 4915146. OLE color: 4915146.

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

Color convert

RGB 202 255 74 -
CMYK 0.21 0 0.71 0
HSL 77.57º 1% 0.65% -
HSV(B) 77.57º 0.71% 1% -
XYZ 61.35 84.57 19.57 -
YUV 218.52 46.44 116.22 -
System Red Green Blue C M Y K H S L
Decimal 202 255 74 0.21 0 0.71 0 77.57 1 0.65
Hex CA FF 4A 15 0 47 0 4E 64 41
Octal 312 377 112 25 0 107 0 116 144 101
Binary 11001010 11111111 1001010 10101 0 1000111 0 1001110 1100100 1000001

Color Harmonies of #CAFF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF4A

Black with #CAFF4A

Text Example


Text Example

White with #CAFF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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