Html Css Color HEX #BDFD32 Green Yellow

📋 copy color: '#BDFD32'

red 189 ◦ green 253 ◦ blue 50

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

Shades of Green Yellow #BDFD32

Tints of Green Yellow #BDFD32

RGB

 RED value IS 189 (74.22% from 255) = 38.41%

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

 BLUE value IS 50 (19.92% from 255) = 10.16%

R = 38.41%
G = 51.42%
B = 10.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#BDFD32 (or 0xBDFD32) is known color: Green Yellow. HEX triplet: BD, FD and 32. RGB value is (189,253,50). Sum of RGB (Red+Green+Blue) = 189+253+50=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD32 is #4202CD. Grayscale: #D3D3D3. Windows color (decimal): -4326094 or 3341757. OLE color: 3341757.

HSL color Cylindrical-coordinate representation of color #BDFD32: hue angle of 78.92º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDFD32 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 50 -
CMYK 0.25 0 0.80 0.01
HSL 78.92º 0.98% 0.59% -
HSV(B) 78.92º 0.8% 0.99% -
XYZ 56.69 81.3 15.72 -
YUV 210.72 37.3 112.51 -
System Red Green Blue C M Y K H S L
Decimal 189 253 50 0.25 0 0.80 0.01 78.92 0.98 0.59
Hex BD FD 32 19 0 50 1 4F 62 3B
Octal 275 375 62 31 0 120 1 117 142 73
Binary 10111101 11111101 110010 11001 0 1010000 1 1001111 1100010 111011

Color Harmonies of #BDFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD32

Black with #BDFD32

Text Example


Text Example

White with #BDFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD32; }

 p { color: rgb(189,253,50); }

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

background-color css

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

 a { background-color: rgb(189,253,50); }

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

border-color css

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

 span { border-color: rgb(189,253,50); }

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