Html Css Color HEX #BDE752 Conifer

📋 copy color: '#BDE752'

red 189 ◦ green 231 ◦ blue 82

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

Shades of Conifer #BDE752

Tints of Conifer #BDE752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.33%

R = 37.65%
G = 46.02%
B = 16.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#BDE752 (or 0xBDE752) is known color: Conifer. HEX triplet: BD, E7 and 52. RGB value is (189,231,82). Sum of RGB (Red+Green+Blue) = 189+231+82=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE752 is #4218AD. Grayscale: #CACACA. Windows color (decimal): -4331694 or 5433277. OLE color: 5433277.

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

Color convert

RGB 189 231 82 -
CMYK 0.18 0 0.65 0.09
HSL 76.91º 0.76% 0.61% -
HSV(B) 76.91º 0.65% 0.91% -
XYZ 51.09 68.58 18.53 -
YUV 201.46 60.59 119.12 -
System Red Green Blue C M Y K H S L
Decimal 189 231 82 0.18 0 0.65 0.09 76.91 0.76 0.61
Hex BD E7 52 12 0 41 9 4D 4C 3D
Octal 275 347 122 22 0 101 11 115 114 75
Binary 10111101 11100111 1010010 10010 0 1000001 1001 1001101 1001100 111101

Color Harmonies of #BDE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE752

Black with #BDE752

Text Example


Text Example

White with #BDE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE752; }

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

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

background-color css

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

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

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

border-color css

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

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

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