Html Css Color HEX #BDE755 Conifer

📋 copy color: '#BDE755'

red 189 ◦ green 231 ◦ blue 85

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

Shades of Conifer #BDE755

Tints of Conifer #BDE755

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.74%

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

R = 37.43%
G = 45.74%
B = 16.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#BDE755 (or 0xBDE755) is known color: Conifer. HEX triplet: BD, E7 and 55. RGB value is (189,231,85). Sum of RGB (Red+Green+Blue) = 189+231+85=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE755 is #4218AA. Grayscale: #CACACA. Windows color (decimal): -4331691 or 5629885. OLE color: 5629885.

HSL color Cylindrical-coordinate representation of color #BDE755: hue angle of 77.26º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDE755 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 85 -
CMYK 0.18 0 0.63 0.09
HSL 77.26º 0.75% 0.62% -
HSV(B) 77.26º 0.63% 0.91% -
XYZ 51.2 68.63 19.14 -
YUV 201.8 62.09 118.87 -
System Red Green Blue C M Y K H S L
Decimal 189 231 85 0.18 0 0.63 0.09 77.26 0.75 0.62
Hex BD E7 55 12 0 3F 9 4D 4B 3E
Octal 275 347 125 22 0 77 11 115 113 76
Binary 10111101 11100111 1010101 10010 0 111111 1001 1001101 1001011 111110

Color Harmonies of #BDE755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE755

Black with #BDE755

Text Example


Text Example

White with #BDE755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE755; }

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

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

background-color css

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

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

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

border-color css

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

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

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