Html Css Color HEX #BDF03D Green Yellow

📋 copy color: '#BDF03D'

red 189 ◦ green 240 ◦ blue 61

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

Shades of Green Yellow #BDF03D

Tints of Green Yellow #BDF03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 61 (24.22% from 255) = 12.45%

R = 38.57%
G = 48.98%
B = 12.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#BDF03D (or 0xBDF03D) is known color: Green Yellow. HEX triplet: BD, F0 and 3D. RGB value is (189,240,61). Sum of RGB (Red+Green+Blue) = 189+240+61=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF03D is #420FC2. Grayscale: #CDCDCD. Windows color (decimal): -4329411 or 4059325. OLE color: 4059325.

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

Color convert

RGB 189 240 61 -
CMYK 0.21 0 0.75 0.06
HSL 77.09º 0.86% 0.59% -
HSV(B) 77.09º 0.75% 0.94% -
XYZ 52.99 73.48 15.8 -
YUV 204.35 47.1 117.05 -
System Red Green Blue C M Y K H S L
Decimal 189 240 61 0.21 0 0.75 0.06 77.09 0.86 0.59
Hex BD F0 3D 15 0 4B 6 4D 56 3B
Octal 275 360 75 25 0 113 6 115 126 73
Binary 10111101 11110000 111101 10101 0 1001011 110 1001101 1010110 111011

Color Harmonies of #BDF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF03D

Black with #BDF03D

Text Example


Text Example

White with #BDF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF03D; }

 p { color: rgb(189,240,61); }

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

background-color css

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

 a { background-color: rgb(189,240,61); }

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

border-color css

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

 span { border-color: rgb(189,240,61); }

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