Html Css Color HEX #BDF13F Green Yellow

📋 copy color: '#BDF13F'

red 189 ◦ green 241 ◦ blue 63

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

Shades of Green Yellow #BDF13F

Tints of Green Yellow #BDF13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.78%

R = 38.34%
G = 48.88%
B = 12.78%

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

#BDF13F (or 0xBDF13F) is known color: Green Yellow. HEX triplet: BD, F1 and 3F. RGB value is (189,241,63). Sum of RGB (Red+Green+Blue) = 189+241+63=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF13F is #420EC0. Grayscale: #CDCDCD. Windows color (decimal): -4329153 or 4190653. OLE color: 4190653.

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

Color convert

RGB 189 241 63 -
CMYK 0.22 0 0.74 0.05
HSL 77.53º 0.86% 0.6% -
HSV(B) 77.53º 0.74% 0.95% -
XYZ 53.34 74.09 16.19 -
YUV 205.16 47.77 116.47 -
System Red Green Blue C M Y K H S L
Decimal 189 241 63 0.22 0 0.74 0.05 77.53 0.86 0.6
Hex BD F1 3F 16 0 4A 5 4E 56 3C
Octal 275 361 77 26 0 112 5 116 126 74
Binary 10111101 11110001 111111 10110 0 1001010 101 1001110 1010110 111100

Color Harmonies of #BDF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF13F

Black with #BDF13F

Text Example


Text Example

White with #BDF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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