Html Css Color HEX #BDED55 Conifer

📋 copy color: '#BDED55'

red 189 ◦ green 237 ◦ blue 85

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

Shades of Conifer #BDED55

Tints of Conifer #BDED55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.63%

R = 36.99%
G = 46.38%
B = 16.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#BDED55 (or 0xBDED55) is known color: Conifer. HEX triplet: BD, ED and 55. RGB value is (189,237,85). Sum of RGB (Red+Green+Blue) = 189+237+85=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED55 is #4212AA. Grayscale: #CDCDCD. Windows color (decimal): -4330155 or 5631421. OLE color: 5631421.

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

Color convert

RGB 189 237 85 -
CMYK 0.20 0 0.64 0.07
HSL 78.95º 0.81% 0.63% -
HSV(B) 78.95º 0.64% 0.93% -
XYZ 52.91 72.04 19.71 -
YUV 205.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 189 237 85 0.20 0 0.64 0.07 78.95 0.81 0.63
Hex BD ED 55 14 0 40 7 4F 51 3F
Octal 275 355 125 24 0 100 7 117 121 77
Binary 10111101 11101101 1010101 10100 0 1000000 111 1001111 1010001 111111

Color Harmonies of #BDED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED55

Black with #BDED55

Text Example


Text Example

White with #BDED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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