Html Css Color HEX #BDE64A Conifer

📋 copy color: '#BDE64A'

red 189 ◦ green 230 ◦ blue 74

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

Shades of Conifer #BDE64A

Tints of Conifer #BDE64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 38.34%
G = 46.65%
B = 15.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#BDE64A (or 0xBDE64A) is known color: Conifer. HEX triplet: BD, E6 and 4A. RGB value is (189,230,74). Sum of RGB (Red+Green+Blue) = 189+230+74=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE64A is #4219B5. Grayscale: #C8C8C8. Windows color (decimal): -4331958 or 4908733. OLE color: 4908733.

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

Color convert

RGB 189 230 74 -
CMYK 0.18 0 0.68 0.10
HSL 75.77º 0.76% 0.6% -
HSV(B) 75.77º 0.68% 0.9% -
XYZ 50.52 67.91 16.92 -
YUV 199.96 56.92 120.18 -
System Red Green Blue C M Y K H S L
Decimal 189 230 74 0.18 0 0.68 0.10 75.77 0.76 0.6
Hex BD E6 4A 12 0 44 A 4C 4C 3C
Octal 275 346 112 22 0 104 12 114 114 74
Binary 10111101 11100110 1001010 10010 0 1000100 1010 1001100 1001100 111100

Color Harmonies of #BDE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE64A

Black with #BDE64A

Text Example


Text Example

White with #BDE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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