Html Css Color HEX #BDF620 Green Yellow

📋 copy color: '#BDF620'

red 189 ◦ green 246 ◦ blue 32

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

Shades of Green Yellow #BDF620

Tints of Green Yellow #BDF620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.85%

R = 40.47%
G = 52.68%
B = 6.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#BDF620 (or 0xBDF620) is known color: Green Yellow. HEX triplet: BD, F6 and 20. RGB value is (189,246,32). Sum of RGB (Red+Green+Blue) = 189+246+32=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF620 is #4209DF. Grayscale: #CDCDCD. Windows color (decimal): -4327904 or 2160317. OLE color: 2160317.

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

Color convert

RGB 189 246 32 -
CMYK 0.23 0 0.87 0.04
HSL 75.98º 0.92% 0.55% -
HSV(B) 75.98º 0.87% 0.96% -
XYZ 54.2 76.83 13.34 -
YUV 204.56 30.62 116.9 -
System Red Green Blue C M Y K H S L
Decimal 189 246 32 0.23 0 0.87 0.04 75.98 0.92 0.55
Hex BD F6 20 17 0 57 4 4C 5C 37
Octal 275 366 40 27 0 127 4 114 134 67
Binary 10111101 11110110 100000 10111 0 1010111 100 1001100 1011100 110111

Color Harmonies of #BDF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF620

Black with #BDF620

Text Example


Text Example

White with #BDF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF620; }

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

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

background-color css

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

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

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

border-color css

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

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

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