Html Css Color HEX #BDF15D Conifer

📋 copy color: '#BDF15D'

red 189 ◦ green 241 ◦ blue 93

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

Shades of Conifer #BDF15D

Tints of Conifer #BDF15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 36.14%
G = 46.08%
B = 17.78%

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

#BDF15D (or 0xBDF15D) is known color: Conifer. HEX triplet: BD, F1 and 5D. RGB value is (189,241,93). Sum of RGB (Red+Green+Blue) = 189+241+93=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF15D is #420EA2. Grayscale: #D1D1D1. Windows color (decimal): -4329123 or 6156733. OLE color: 6156733.

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

Color convert

RGB 189 241 93 -
CMYK 0.22 0 0.61 0.05
HSL 81.08º 0.84% 0.65% -
HSV(B) 81.08º 0.61% 0.95% -
XYZ 54.42 74.52 21.87 -
YUV 208.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 189 241 93 0.22 0 0.61 0.05 81.08 0.84 0.65
Hex BD F1 5D 16 0 3D 5 51 54 41
Octal 275 361 135 26 0 75 5 121 124 101
Binary 10111101 11110001 1011101 10110 0 111101 101 1010001 1010100 1000001

Color Harmonies of #BDF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF15D

Black with #BDF15D

Text Example


Text Example

White with #BDF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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