Html Css Color HEX #BDE245 Conifer

📋 copy color: '#BDE245'

red 189 ◦ green 226 ◦ blue 69

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

Shades of Conifer #BDE245

Tints of Conifer #BDE245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.69%

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 39.05%
G = 46.69%
B = 14.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#BDE245 (or 0xBDE245) is known color: Conifer. HEX triplet: BD, E2 and 45. RGB value is (189,226,69). Sum of RGB (Red+Green+Blue) = 189+226+69=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE245 is #421DBA. Grayscale: #C5C5C5. Windows color (decimal): -4332987 or 4580029. OLE color: 4580029.

HSL color Cylindrical-coordinate representation of color #BDE245: hue angle of 74.14º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDE245 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 69 -
CMYK 0.16 0 0.69 0.11
HSL 74.14º 0.73% 0.58% -
HSV(B) 74.14º 0.69% 0.89% -
XYZ 49.26 65.64 15.7 -
YUV 197.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 189 226 69 0.16 0 0.69 0.11 74.14 0.73 0.58
Hex BD E2 45 10 0 45 B 4A 49 3A
Octal 275 342 105 20 0 105 13 112 111 72
Binary 10111101 11100010 1000101 10000 0 1000101 1011 1001010 1001001 111010

Color Harmonies of #BDE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE245

Black with #BDE245

Text Example


Text Example

White with #BDE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE245; }

 p { color: rgb(189,226,69); }

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

background-color css

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

 a { background-color: rgb(189,226,69); }

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

border-color css

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

 span { border-color: rgb(189,226,69); }

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