Html Css Color HEX #BDF13E Green Yellow

📋 copy color: '#BDF13E'

red 189 ◦ green 241 ◦ blue 62

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

Shades of Green Yellow #BDF13E

Tints of Green Yellow #BDF13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.6%

R = 38.41%
G = 48.98%
B = 12.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#BDF13E (or 0xBDF13E) is known color: Green Yellow. HEX triplet: BD, F1 and 3E. RGB value is (189,241,62). Sum of RGB (Red+Green+Blue) = 189+241+62=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF13E is #420EC1. Grayscale: #CDCDCD. Windows color (decimal): -4329154 or 4125117. OLE color: 4125117.

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

Color convert

RGB 189 241 62 -
CMYK 0.22 0 0.74 0.05
HSL 77.43º 0.86% 0.59% -
HSV(B) 77.43º 0.74% 0.95% -
XYZ 53.31 74.08 16.05 -
YUV 205.05 47.27 116.55 -
System Red Green Blue C M Y K H S L
Decimal 189 241 62 0.22 0 0.74 0.05 77.43 0.86 0.59
Hex BD F1 3E 16 0 4A 5 4D 56 3B
Octal 275 361 76 26 0 112 5 115 126 73
Binary 10111101 11110001 111110 10110 0 1001010 101 1001101 1010110 111011

Color Harmonies of #BDF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF13E

Black with #BDF13E

Text Example


Text Example

White with #BDF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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