Html Css Color HEX #BDFE5D Conifer

📋 copy color: '#BDFE5D'

red 189 ◦ green 254 ◦ blue 93

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

Shades of Conifer #BDFE5D

Tints of Conifer #BDFE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.39%

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

R = 35.26%
G = 47.39%
B = 17.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#BDFE5D (or 0xBDFE5D) is known color: Conifer. HEX triplet: BD, FE and 5D. RGB value is (189,254,93). Sum of RGB (Red+Green+Blue) = 189+254+93=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE5D is #4201A2. Grayscale: #D8D8D8. Windows color (decimal): -4325795 or 6160061. OLE color: 6160061.

HSL color Cylindrical-coordinate representation of color #BDFE5D: hue angle of 84.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDFE5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 93 -
CMYK 0.26 0 0.63 0.00
HSL 84.22º 0.99% 0.68% -
HSV(B) 84.22º 0.63% 1% -
XYZ 58.4 82.49 23.2 -
YUV 216.21 58.47 108.59 -
System Red Green Blue C M Y K H S L
Decimal 189 254 93 0.26 0 0.63 0.00 84.22 0.99 0.68
Hex BD FE 5D 1A 0 3F 0 54 63 44
Octal 275 376 135 32 0 77 0 124 143 104
Binary 10111101 11111110 1011101 11010 0 111111 0 1010100 1100011 1000100

Color Harmonies of #BDFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE5D

Black with #BDFE5D

Text Example


Text Example

White with #BDFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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