Html Css Color HEX #BDF063 Conifer

📋 copy color: '#BDF063'

red 189 ◦ green 240 ◦ blue 99

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

Shades of Conifer #BDF063

Tints of Conifer #BDF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.45%

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

R = 35.8%
G = 45.45%
B = 18.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#BDF063 (or 0xBDF063) is known color: Conifer. HEX triplet: BD, F0 and 63. RGB value is (189,240,99). Sum of RGB (Red+Green+Blue) = 189+240+99=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF063 is #420F9C. Grayscale: #D1D1D1. Windows color (decimal): -4329373 or 6549693. OLE color: 6549693.

HSL color Cylindrical-coordinate representation of color #BDF063: hue angle of 81.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF063 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 99 -
CMYK 0.21 0 0.59 0.06
HSL 81.7º 0.82% 0.66% -
HSV(B) 81.7º 0.59% 0.94% -
XYZ 54.4 74.04 23.23 -
YUV 208.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 189 240 99 0.21 0 0.59 0.06 81.7 0.82 0.66
Hex BD F0 63 15 0 3B 6 52 52 42
Octal 275 360 143 25 0 73 6 122 122 102
Binary 10111101 11110000 1100011 10101 0 111011 110 1010010 1010010 1000010

Color Harmonies of #BDF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF063

Black with #BDF063

Text Example


Text Example

White with #BDF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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