Html Css Color HEX #BDF55F Conifer

📋 copy color: '#BDF55F'

red 189 ◦ green 245 ◦ blue 95

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

Shades of Conifer #BDF55F

Tints of Conifer #BDF55F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.31%

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

R = 35.73%
G = 46.31%
B = 17.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#BDF55F (or 0xBDF55F) is known color: Conifer. HEX triplet: BD, F5 and 5F. RGB value is (189,245,95). Sum of RGB (Red+Green+Blue) = 189+245+95=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF55F is #420AA0. Grayscale: #D3D3D3. Windows color (decimal): -4328097 or 6288829. OLE color: 6288829.

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

Color convert

RGB 189 245 95 -
CMYK 0.23 0 0.61 0.04
HSL 82.4º 0.88% 0.67% -
HSV(B) 82.4º 0.61% 0.96% -
XYZ 55.7 76.95 22.74 -
YUV 211.16 62.45 112.2 -
System Red Green Blue C M Y K H S L
Decimal 189 245 95 0.23 0 0.61 0.04 82.4 0.88 0.67
Hex BD F5 5F 17 0 3D 4 52 58 43
Octal 275 365 137 27 0 75 4 122 130 103
Binary 10111101 11110101 1011111 10111 0 111101 100 1010010 1011000 1000011

Color Harmonies of #BDF55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF55F

Black with #BDF55F

Text Example


Text Example

White with #BDF55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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