Html Css Color HEX #BDEF2D Green Yellow

📋 copy color: '#BDEF2D'

red 189 ◦ green 239 ◦ blue 45

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

Shades of Green Yellow #BDEF2D

Tints of Green Yellow #BDEF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.53%

 BLUE value IS 45 (17.97% from 255) = 9.51%

R = 39.96%
G = 50.53%
B = 9.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#BDEF2D (or 0xBDEF2D) is known color: Green Yellow. HEX triplet: BD, EF and 2D. RGB value is (189,239,45). Sum of RGB (Red+Green+Blue) = 189+239+45=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF2D is #4210D2. Grayscale: #CACACA. Windows color (decimal): -4329683 or 3010493. OLE color: 3010493.

HSL color Cylindrical-coordinate representation of color #BDEF2D: hue angle of 75.46º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDEF2D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 45 -
CMYK 0.21 0 0.81 0.06
HSL 75.46º 0.86% 0.56% -
HSV(B) 75.46º 0.81% 0.94% -
XYZ 52.33 72.74 13.77 -
YUV 201.93 39.44 118.77 -
System Red Green Blue C M Y K H S L
Decimal 189 239 45 0.21 0 0.81 0.06 75.46 0.86 0.56
Hex BD EF 2D 15 0 51 6 4B 56 38
Octal 275 357 55 25 0 121 6 113 126 70
Binary 10111101 11101111 101101 10101 0 1010001 110 1001011 1010110 111000

Color Harmonies of #BDEF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF2D

Black with #BDEF2D

Text Example


Text Example

White with #BDEF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF2D; }

 p { color: rgb(189,239,45); }

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

background-color css

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

 a { background-color: rgb(189,239,45); }

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

border-color css

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

 span { border-color: rgb(189,239,45); }

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