Html Css Color HEX #B2FD4A Green Yellow

📋 copy color: '#B2FD4A'

red 178 ◦ green 253 ◦ blue 74

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

Shades of Green Yellow #B2FD4A

Tints of Green Yellow #B2FD4A

RGB

 RED value IS 178 (69.92% from 255) = 35.25%

 GREEN value IS 253 (99.22% from 255) = 50.1%

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

R = 35.25%
G = 50.1%
B = 14.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#B2FD4A (or 0xB2FD4A) is known color: Green Yellow. HEX triplet: B2, FD and 4A. RGB value is (178,253,74). Sum of RGB (Red+Green+Blue) = 178+253+74=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FD4A is #4D02B5. Grayscale: #D2D2D2. Windows color (decimal): -5046966 or 4914610. OLE color: 4914610.

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

Color convert

RGB 178 253 74 -
CMYK 0.30 0 0.71 0.01
HSL 85.14º 0.98% 0.64% -
HSV(B) 85.14º 0.71% 0.99% -
XYZ 54.72 80.21 19.08 -
YUV 210.17 51.15 105.05 -
System Red Green Blue C M Y K H S L
Decimal 178 253 74 0.30 0 0.71 0.01 85.14 0.98 0.64
Hex B2 FD 4A 1E 0 47 1 55 62 40
Octal 262 375 112 36 0 107 1 125 142 100
Binary 10110010 11111101 1001010 11110 0 1000111 1 1010101 1100010 1000000

Color Harmonies of #B2FD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD4A

Black with #B2FD4A

Text Example


Text Example

White with #B2FD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD4A; }

 p { color: rgb(178,253,74); }

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

background-color css

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

 a { background-color: rgb(178,253,74); }

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

border-color css

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

 span { border-color: rgb(178,253,74); }

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