Html Css Color HEX #BDED65 Conifer

📋 copy color: '#BDED65'

red 189 ◦ green 237 ◦ blue 101

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

Shades of Conifer #BDED65

Tints of Conifer #BDED65

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.97%

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 35.86%
G = 44.97%
B = 19.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#BDED65 (or 0xBDED65) is known color: Conifer. HEX triplet: BD, ED and 65. RGB value is (189,237,101). Sum of RGB (Red+Green+Blue) = 189+237+101=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED65 is #42129A. Grayscale: #CFCFCF. Windows color (decimal): -4330139 or 6679997. OLE color: 6679997.

HSL color Cylindrical-coordinate representation of color #BDED65: hue angle of 81.18º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDED65 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 101 -
CMYK 0.20 0 0.57 0.07
HSL 81.18º 0.79% 0.66% -
HSV(B) 81.18º 0.57% 0.93% -
XYZ 53.62 72.33 23.45 -
YUV 207.14 68.1 115.06 -
System Red Green Blue C M Y K H S L
Decimal 189 237 101 0.20 0 0.57 0.07 81.18 0.79 0.66
Hex BD ED 65 14 0 39 7 51 4F 42
Octal 275 355 145 24 0 71 7 121 117 102
Binary 10111101 11101101 1100101 10100 0 111001 111 1010001 1001111 1000010

Color Harmonies of #BDED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED65

Black with #BDED65

Text Example


Text Example

White with #BDED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED65; }

 p { color: rgb(189,237,101); }

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

background-color css

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

 a { background-color: rgb(189,237,101); }

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

border-color css

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

 span { border-color: rgb(189,237,101); }

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