Html Css Color HEX #BDF150 Conifer

📋 copy color: '#BDF150'

red 189 ◦ green 241 ◦ blue 80

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

Shades of Conifer #BDF150

Tints of Conifer #BDF150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.69%

R = 37.06%
G = 47.25%
B = 15.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BDF150 (or 0xBDF150) is known color: Conifer. HEX triplet: BD, F1 and 50. RGB value is (189,241,80). Sum of RGB (Red+Green+Blue) = 189+241+80=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF150 is #420EAF. Grayscale: #CFCFCF. Windows color (decimal): -4329136 or 5304765. OLE color: 5304765.

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

Color convert

RGB 189 241 80 -
CMYK 0.22 0 0.67 0.05
HSL 79.38º 0.85% 0.63% -
HSV(B) 79.38º 0.67% 0.95% -
XYZ 53.89 74.31 19.09 -
YUV 207.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 189 241 80 0.22 0 0.67 0.05 79.38 0.85 0.63
Hex BD F1 50 16 0 43 5 4F 55 3F
Octal 275 361 120 26 0 103 5 117 125 77
Binary 10111101 11110001 1010000 10110 0 1000011 101 1001111 1010101 111111

Color Harmonies of #BDF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF150

Black with #BDF150

Text Example


Text Example

White with #BDF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF150; }

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

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

background-color css

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

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

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

border-color css

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

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

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