Html Css Color HEX #CAFE30 Green Yellow

📋 copy color: '#CAFE30'

red 202 ◦ green 254 ◦ blue 48

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

Shades of Green Yellow #CAFE30

Tints of Green Yellow #CAFE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.52%

R = 40.08%
G = 50.4%
B = 9.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#CAFE30 (or 0xCAFE30) is known color: Green Yellow. HEX triplet: CA, FE and 30. RGB value is (202,254,48). Sum of RGB (Red+Green+Blue) = 202+254+48=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE30 is #3501CF. Grayscale: #D7D7D7. Windows color (decimal): -3473872 or 3210954. OLE color: 3210954.

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

Color convert

RGB 202 254 48 -
CMYK 0.20 0 0.81 0.00
HSL 75.15º 0.99% 0.59% -
HSV(B) 75.15º 0.81% 1% -
XYZ 60.33 83.65 15.76 -
YUV 214.97 33.77 118.75 -
System Red Green Blue C M Y K H S L
Decimal 202 254 48 0.20 0 0.81 0.00 75.15 0.99 0.59
Hex CA FE 30 14 0 51 0 4B 63 3B
Octal 312 376 60 24 0 121 0 113 143 73
Binary 11001010 11111110 110000 10100 0 1010001 0 1001011 1100011 111011

Color Harmonies of #CAFE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE30

Black with #CAFE30

Text Example


Text Example

White with #CAFE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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