Html Css Color HEX #BDF632 Green Yellow

📋 copy color: '#BDF632'

red 189 ◦ green 246 ◦ blue 50

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

Shades of Green Yellow #BDF632

Tints of Green Yellow #BDF632

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

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

R = 38.97%
G = 50.72%
B = 10.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#BDF632 (or 0xBDF632) is known color: Green Yellow. HEX triplet: BD, F6 and 32. RGB value is (189,246,50). Sum of RGB (Red+Green+Blue) = 189+246+50=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF632 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF632 is #4209CD. Grayscale: #CFCFCF. Windows color (decimal): -4327886 or 3339965. OLE color: 3339965.

HSL color Cylindrical-coordinate representation of color #BDF632: hue angle of 77.45º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF632 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 50 -
CMYK 0.23 0 0.80 0.04
HSL 77.45º 0.92% 0.58% -
HSV(B) 77.45º 0.8% 0.96% -
XYZ 54.52 76.96 15 -
YUV 206.61 39.62 115.44 -
System Red Green Blue C M Y K H S L
Decimal 189 246 50 0.23 0 0.80 0.04 77.45 0.92 0.58
Hex BD F6 32 17 0 50 4 4D 5C 3A
Octal 275 366 62 27 0 120 4 115 134 72
Binary 10111101 11110110 110010 10111 0 1010000 100 1001101 1011100 111010

Color Harmonies of #BDF632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF632

Black with #BDF632

Text Example


Text Example

White with #BDF632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF632; }

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

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

background-color css

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

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

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

border-color css

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

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

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