Html Css Color HEX #BDE04E Conifer

📋 copy color: '#BDE04E'

red 189 ◦ green 224 ◦ blue 78

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

Shades of Conifer #BDE04E

Tints of Conifer #BDE04E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 78 (30.86% from 255) = 15.89%

R = 38.49%
G = 45.62%
B = 15.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#BDE04E (or 0xBDE04E) is known color: Conifer. HEX triplet: BD, E0 and 4E. RGB value is (189,224,78). Sum of RGB (Red+Green+Blue) = 189+224+78=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE04E is #421FB1. Grayscale: #C5C5C5. Windows color (decimal): -4333490 or 5169341. OLE color: 5169341.

HSL color Cylindrical-coordinate representation of color #BDE04E: hue angle of 74.38º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDE04E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 78 -
CMYK 0.16 0 0.65 0.12
HSL 74.38º 0.7% 0.59% -
HSV(B) 74.38º 0.65% 0.88% -
XYZ 49.02 64.68 17.11 -
YUV 196.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 189 224 78 0.16 0 0.65 0.12 74.38 0.7 0.59
Hex BD E0 4E 10 0 41 C 4A 46 3B
Octal 275 340 116 20 0 101 14 112 106 73
Binary 10111101 11100000 1001110 10000 0 1000001 1100 1001010 1000110 111011

Color Harmonies of #BDE04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE04E

Black with #BDE04E

Text Example


Text Example

White with #BDE04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE04E; }

 p { color: rgb(189,224,78); }

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

background-color css

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

 a { background-color: rgb(189,224,78); }

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

border-color css

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

 span { border-color: rgb(189,224,78); }

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