Html Css Color HEX #BDED4A Conifer

📋 copy color: '#BDED4A'

red 189 ◦ green 237 ◦ blue 74

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

Shades of Conifer #BDED4A

Tints of Conifer #BDED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

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

R = 37.8%
G = 47.4%
B = 14.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#BDED4A (or 0xBDED4A) is known color: Conifer. HEX triplet: BD, ED and 4A. RGB value is (189,237,74). Sum of RGB (Red+Green+Blue) = 189+237+74=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED4A is #4212B5. Grayscale: #CCCCCC. Windows color (decimal): -4330166 or 4910525. OLE color: 4910525.

HSL color Cylindrical-coordinate representation of color #BDED4A: hue angle of 77.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDED4A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 74 -
CMYK 0.20 0 0.69 0.07
HSL 77.67º 0.82% 0.61% -
HSV(B) 77.67º 0.69% 0.93% -
XYZ 52.51 71.88 17.59 -
YUV 204.07 54.6 117.25 -
System Red Green Blue C M Y K H S L
Decimal 189 237 74 0.20 0 0.69 0.07 77.67 0.82 0.61
Hex BD ED 4A 14 0 45 7 4E 52 3D
Octal 275 355 112 24 0 105 7 116 122 75
Binary 10111101 11101101 1001010 10100 0 1000101 111 1001110 1010010 111101

Color Harmonies of #BDED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED4A

Black with #BDED4A

Text Example


Text Example

White with #BDED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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