Html Css Color HEX #BDF463 Conifer

📋 copy color: '#BDF463'

red 189 ◦ green 244 ◦ blue 99

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

Shades of Conifer #BDF463

Tints of Conifer #BDF463

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.86%

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

R = 35.53%
G = 45.86%
B = 18.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#BDF463 (or 0xBDF463) is known color: Conifer. HEX triplet: BD, F4 and 63. RGB value is (189,244,99). Sum of RGB (Red+Green+Blue) = 189+244+99=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF463 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF463 is #420B9C. Grayscale: #D3D3D3. Windows color (decimal): -4328349 or 6550717. OLE color: 6550717.

HSL color Cylindrical-coordinate representation of color #BDF463: hue angle of 82.76º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF463 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 99 -
CMYK 0.23 0 0.59 0.04
HSL 82.76º 0.87% 0.67% -
HSV(B) 82.76º 0.59% 0.96% -
XYZ 55.59 76.42 23.63 -
YUV 211.03 64.78 112.29 -
System Red Green Blue C M Y K H S L
Decimal 189 244 99 0.23 0 0.59 0.04 82.76 0.87 0.67
Hex BD F4 63 17 0 3B 4 53 57 43
Octal 275 364 143 27 0 73 4 123 127 103
Binary 10111101 11110100 1100011 10111 0 111011 100 1010011 1010111 1000011

Color Harmonies of #BDF463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF463

Black with #BDF463

Text Example


Text Example

White with #BDF463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF463; }

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

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

background-color css

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

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

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

border-color css

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

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

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