Html Css Color HEX #BDE35D Conifer

📋 copy color: '#BDE35D'

red 189 ◦ green 227 ◦ blue 93

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

Shades of Conifer #BDE35D

Tints of Conifer #BDE35D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.6%

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

R = 37.13%
G = 44.6%
B = 18.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#BDE35D (or 0xBDE35D) is known color: Conifer. HEX triplet: BD, E3 and 5D. RGB value is (189,227,93). Sum of RGB (Red+Green+Blue) = 189+227+93=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE35D is #421CA2. Grayscale: #C8C8C8. Windows color (decimal): -4332707 or 6153149. OLE color: 6153149.

HSL color Cylindrical-coordinate representation of color #BDE35D: hue angle of 77.01º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDE35D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 93 -
CMYK 0.17 0 0.59 0.11
HSL 77.01º 0.71% 0.63% -
HSV(B) 77.01º 0.59% 0.89% -
XYZ 50.43 66.55 20.54 -
YUV 200.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 189 227 93 0.17 0 0.59 0.11 77.01 0.71 0.63
Hex BD E3 5D 11 0 3B B 4D 47 3F
Octal 275 343 135 21 0 73 13 115 107 77
Binary 10111101 11100011 1011101 10001 0 111011 1011 1001101 1000111 111111

Color Harmonies of #BDE35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE35D

Black with #BDE35D

Text Example


Text Example

White with #BDE35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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