Html Css Color HEX #BDEF49 Conifer

📋 copy color: '#BDEF49'

red 189 ◦ green 239 ◦ blue 73

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

Shades of Conifer #BDEF49

Tints of Conifer #BDEF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.7%

 BLUE value IS 73 (28.91% from 255) = 14.57%

R = 37.72%
G = 47.7%
B = 14.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#BDEF49 (or 0xBDEF49) is known color: Conifer. HEX triplet: BD, EF and 49. RGB value is (189,239,73). Sum of RGB (Red+Green+Blue) = 189+239+73=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF49 is #4210B6. Grayscale: #CDCDCD. Windows color (decimal): -4329655 or 4845501. OLE color: 4845501.

HSL color Cylindrical-coordinate representation of color #BDEF49: hue angle of 78.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDEF49 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 73 -
CMYK 0.21 0 0.69 0.06
HSL 78.07º 0.84% 0.61% -
HSV(B) 78.07º 0.69% 0.94% -
XYZ 53.06 73.03 17.6 -
YUV 205.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 189 239 73 0.21 0 0.69 0.06 78.07 0.84 0.61
Hex BD EF 49 15 0 45 6 4E 54 3D
Octal 275 357 111 25 0 105 6 116 124 75
Binary 10111101 11101111 1001001 10101 0 1000101 110 1001110 1010100 111101

Color Harmonies of #BDEF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF49

Black with #BDEF49

Text Example


Text Example

White with #BDEF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF49; }

 p { color: rgb(189,239,73); }

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

background-color css

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

 a { background-color: rgb(189,239,73); }

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

border-color css

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

 span { border-color: rgb(189,239,73); }

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