Html Css Color HEX #BDE244 Conifer

📋 copy color: '#BDE244'

red 189 ◦ green 226 ◦ blue 68

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

Shades of Conifer #BDE244

Tints of Conifer #BDE244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.08%

R = 39.13%
G = 46.79%
B = 14.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#BDE244 (or 0xBDE244) is known color: Conifer. HEX triplet: BD, E2 and 44. RGB value is (189,226,68). Sum of RGB (Red+Green+Blue) = 189+226+68=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE244 is #421DBB. Grayscale: #C5C5C5. Windows color (decimal): -4332988 or 4514493. OLE color: 4514493.

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

Color convert

RGB 189 226 68 -
CMYK 0.16 0 0.70 0.11
HSL 74.05º 0.73% 0.58% -
HSV(B) 74.05º 0.7% 0.89% -
XYZ 49.23 65.63 15.54 -
YUV 196.93 55.24 122.35 -
System Red Green Blue C M Y K H S L
Decimal 189 226 68 0.16 0 0.70 0.11 74.05 0.73 0.58
Hex BD E2 44 10 0 46 B 4A 49 3A
Octal 275 342 104 20 0 106 13 112 111 72
Binary 10111101 11100010 1000100 10000 0 1000110 1011 1001010 1001001 111010

Color Harmonies of #BDE244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE244

Black with #BDE244

Text Example


Text Example

White with #BDE244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE244; }

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

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

background-color css

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

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

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

border-color css

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

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

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