Html Css Color HEX #BDF134 Green Yellow

📋 copy color: '#BDF134'

red 189 ◦ green 241 ◦ blue 52

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

Shades of Green Yellow #BDF134

Tints of Green Yellow #BDF134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 39.21%
G = 50%
B = 10.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#BDF134 (or 0xBDF134) is known color: Green Yellow. HEX triplet: BD, F1 and 34. RGB value is (189,241,52). Sum of RGB (Red+Green+Blue) = 189+241+52=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF134 is #420ECB. Grayscale: #CCCCCC. Windows color (decimal): -4329164 or 3469757. OLE color: 3469757.

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

Color convert

RGB 189 241 52 -
CMYK 0.22 0 0.78 0.05
HSL 76.51º 0.87% 0.57% -
HSV(B) 76.51º 0.78% 0.95% -
XYZ 53.06 73.98 14.73 -
YUV 203.91 42.27 117.37 -
System Red Green Blue C M Y K H S L
Decimal 189 241 52 0.22 0 0.78 0.05 76.51 0.87 0.57
Hex BD F1 34 16 0 4E 5 4D 57 39
Octal 275 361 64 26 0 116 5 115 127 71
Binary 10111101 11110001 110100 10110 0 1001110 101 1001101 1010111 111001

Color Harmonies of #BDF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF134

Black with #BDF134

Text Example


Text Example

White with #BDF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF134; }

 p { color: rgb(189,241,52); }

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

background-color css

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

 a { background-color: rgb(189,241,52); }

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

border-color css

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

 span { border-color: rgb(189,241,52); }

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