Html Css Color HEX #CAFF31 Green Yellow

📋 copy color: '#CAFF31'

red 202 ◦ green 255 ◦ blue 49

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

Shades of Green Yellow #CAFF31

Tints of Green Yellow #CAFF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.68%

R = 39.92%
G = 50.4%
B = 9.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#CAFF31 (or 0xCAFF31) is known color: Green Yellow. HEX triplet: CA, FF and 31. RGB value is (202,255,49). Sum of RGB (Red+Green+Blue) = 202+255+49=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF31 is #3500CE. Grayscale: #D8D8D8. Windows color (decimal): -3473615 or 3276746. OLE color: 3276746.

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

Color convert

RGB 202 255 49 -
CMYK 0.21 0 0.81 0
HSL 75.44º 1% 0.6% -
HSV(B) 75.44º 0.81% 1% -
XYZ 60.67 84.3 15.98 -
YUV 215.67 33.94 118.25 -
System Red Green Blue C M Y K H S L
Decimal 202 255 49 0.21 0 0.81 0 75.44 1 0.6
Hex CA FF 31 15 0 51 0 4B 64 3C
Octal 312 377 61 25 0 121 0 113 144 74
Binary 11001010 11111111 110001 10101 0 1010001 0 1001011 1100100 111100

Color Harmonies of #CAFF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF31

Black with #CAFF31

Text Example


Text Example

White with #CAFF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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