Html Css Color HEX #BDF15F Conifer

📋 copy color: '#BDF15F'

red 189 ◦ green 241 ◦ blue 95

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

Shades of Conifer #BDF15F

Tints of Conifer #BDF15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.1%

R = 36%
G = 45.9%
B = 18.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#BDF15F (or 0xBDF15F) is known color: Conifer. HEX triplet: BD, F1 and 5F. RGB value is (189,241,95). Sum of RGB (Red+Green+Blue) = 189+241+95=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF15F is #420EA0. Grayscale: #D1D1D1. Windows color (decimal): -4329121 or 6287805. OLE color: 6287805.

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

Color convert

RGB 189 241 95 -
CMYK 0.22 0 0.61 0.05
HSL 81.37º 0.84% 0.66% -
HSV(B) 81.37º 0.61% 0.95% -
XYZ 54.51 74.56 22.34 -
YUV 208.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 189 241 95 0.22 0 0.61 0.05 81.37 0.84 0.66
Hex BD F1 5F 16 0 3D 5 51 54 42
Octal 275 361 137 26 0 75 5 121 124 102
Binary 10111101 11110001 1011111 10110 0 111101 101 1010001 1010100 1000010

Color Harmonies of #BDF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF15F

Black with #BDF15F

Text Example


Text Example

White with #BDF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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