Html Css Color HEX #BDE54C Conifer

📋 copy color: '#BDE54C'

red 189 ◦ green 229 ◦ blue 76

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

Shades of Conifer #BDE54C

Tints of Conifer #BDE54C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.36%

 BLUE value IS 76 (30.08% from 255) = 15.38%

R = 38.26%
G = 46.36%
B = 15.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#BDE54C (or 0xBDE54C) is known color: Conifer. HEX triplet: BD, E5 and 4C. RGB value is (189,229,76). Sum of RGB (Red+Green+Blue) = 189+229+76=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE54C is #421AB3. Grayscale: #C8C8C8. Windows color (decimal): -4332212 or 5039549. OLE color: 5039549.

HSL color Cylindrical-coordinate representation of color #BDE54C: hue angle of 75.69º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDE54C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 76 -
CMYK 0.17 0 0.67 0.10
HSL 75.69º 0.75% 0.6% -
HSV(B) 75.69º 0.67% 0.9% -
XYZ 50.31 67.38 17.19 -
YUV 199.6 58.25 120.44 -
System Red Green Blue C M Y K H S L
Decimal 189 229 76 0.17 0 0.67 0.10 75.69 0.75 0.6
Hex BD E5 4C 11 0 43 A 4C 4B 3C
Octal 275 345 114 21 0 103 12 114 113 74
Binary 10111101 11100101 1001100 10001 0 1000011 1010 1001100 1001011 111100

Color Harmonies of #BDE54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE54C

Black with #BDE54C

Text Example


Text Example

White with #BDE54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE54C; }

 p { color: rgb(189,229,76); }

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

background-color css

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

 a { background-color: rgb(189,229,76); }

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

border-color css

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

 span { border-color: rgb(189,229,76); }

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