Html Css Color HEX #BDE648 Conifer

📋 copy color: '#BDE648'

red 189 ◦ green 230 ◦ blue 72

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

Shades of Conifer #BDE648

Tints of Conifer #BDE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.84%

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 38.49%
G = 46.84%
B = 14.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#BDE648 (or 0xBDE648) is known color: Conifer. HEX triplet: BD, E6 and 48. RGB value is (189,230,72). Sum of RGB (Red+Green+Blue) = 189+230+72=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE648 is #4219B7. Grayscale: #C8C8C8. Windows color (decimal): -4331960 or 4777661. OLE color: 4777661.

HSL color Cylindrical-coordinate representation of color #BDE648: hue angle of 75.57º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDE648 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 72 -
CMYK 0.18 0 0.69 0.10
HSL 75.57º 0.76% 0.59% -
HSV(B) 75.57º 0.69% 0.9% -
XYZ 50.45 67.88 16.57 -
YUV 199.73 55.92 120.35 -
System Red Green Blue C M Y K H S L
Decimal 189 230 72 0.18 0 0.69 0.10 75.57 0.76 0.59
Hex BD E6 48 12 0 45 A 4C 4C 3B
Octal 275 346 110 22 0 105 12 114 114 73
Binary 10111101 11100110 1001000 10010 0 1000101 1010 1001100 1001100 111011

Color Harmonies of #BDE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE648

Black with #BDE648

Text Example


Text Example

White with #BDE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE648; }

 p { color: rgb(189,230,72); }

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

background-color css

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

 a { background-color: rgb(189,230,72); }

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

border-color css

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

 span { border-color: rgb(189,230,72); }

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