Html Css Color HEX #BDF32A Green Yellow

📋 copy color: '#BDF32A'

red 189 ◦ green 243 ◦ blue 42

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

Shades of Green Yellow #BDF32A

Tints of Green Yellow #BDF32A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.27%

 BLUE value IS 42 (16.8% from 255) = 8.86%

R = 39.87%
G = 51.27%
B = 8.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#BDF32A (or 0xBDF32A) is known color: Green Yellow. HEX triplet: BD, F3 and 2A. RGB value is (189,243,42). Sum of RGB (Red+Green+Blue) = 189+243+42=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF32A is #420CD5. Grayscale: #CCCCCC. Windows color (decimal): -4328662 or 2814909. OLE color: 2814909.

HSL color Cylindrical-coordinate representation of color #BDF32A: hue angle of 76.12º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF32A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 42 -
CMYK 0.22 0 0.83 0.05
HSL 76.12º 0.89% 0.56% -
HSV(B) 76.12º 0.83% 0.95% -
XYZ 53.45 75.09 13.87 -
YUV 203.94 36.61 117.34 -
System Red Green Blue C M Y K H S L
Decimal 189 243 42 0.22 0 0.83 0.05 76.12 0.89 0.56
Hex BD F3 2A 16 0 53 5 4C 59 38
Octal 275 363 52 26 0 123 5 114 131 70
Binary 10111101 11110011 101010 10110 0 1010011 101 1001100 1011001 111000

Color Harmonies of #BDF32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF32A

Black with #BDF32A

Text Example


Text Example

White with #BDF32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF32A; }

 p { color: rgb(189,243,42); }

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

background-color css

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

 a { background-color: rgb(189,243,42); }

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

border-color css

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

 span { border-color: rgb(189,243,42); }

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