Html Css Color HEX #BDF163 Conifer

📋 copy color: '#BDF163'

red 189 ◦ green 241 ◦ blue 99

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

Shades of Conifer #BDF163

Tints of Conifer #BDF163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.71%

R = 35.73%
G = 45.56%
B = 18.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BDF163 (or 0xBDF163) is known color: Conifer. HEX triplet: BD, F1 and 63. RGB value is (189,241,99). Sum of RGB (Red+Green+Blue) = 189+241+99=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF163 is #420E9C. Grayscale: #D1D1D1. Windows color (decimal): -4329117 or 6549949. OLE color: 6549949.

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

Color convert

RGB 189 241 99 -
CMYK 0.22 0 0.59 0.05
HSL 81.97º 0.84% 0.67% -
HSV(B) 81.97º 0.59% 0.95% -
XYZ 54.69 74.63 23.33 -
YUV 209.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 189 241 99 0.22 0 0.59 0.05 81.97 0.84 0.67
Hex BD F1 63 16 0 3B 5 52 54 43
Octal 275 361 143 26 0 73 5 122 124 103
Binary 10111101 11110001 1100011 10110 0 111011 101 1010010 1010100 1000011

Color Harmonies of #BDF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF163

Black with #BDF163

Text Example


Text Example

White with #BDF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF163; }

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

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

background-color css

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

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

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

border-color css

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

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

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