Html Css Color HEX #BCEF49 Conifer

📋 copy color: '#BCEF49'

red 188 ◦ green 239 ◦ blue 73

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

Shades of Conifer #BCEF49

Tints of Conifer #BCEF49

RGB

 RED value IS 188 (73.83% from 255) = 37.6%

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

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

R = 37.6%
G = 47.8%
B = 14.6%

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

#BCEF49 (or 0xBCEF49) is known color: Conifer. HEX triplet: BC, EF and 49. RGB value is (188,239,73). Sum of RGB (Red+Green+Blue) = 188+239+73=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF49 is #4310B6. Grayscale: #CDCDCD. Windows color (decimal): -4395191 or 4845500. OLE color: 4845500.

HSL color Cylindrical-coordinate representation of color #BCEF49: hue angle of 78.43º 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 #BCEF49 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 73 -
CMYK 0.21 0 0.69 0.06
HSL 78.43º 0.84% 0.61% -
HSV(B) 78.43º 0.69% 0.94% -
XYZ 52.81 72.91 17.59 -
YUV 204.83 53.6 116 -
System Red Green Blue C M Y K H S L
Decimal 188 239 73 0.21 0 0.69 0.06 78.43 0.84 0.61
Hex BC EF 49 15 0 45 6 4E 54 3D
Octal 274 357 111 25 0 105 6 116 124 75
Binary 10111100 11101111 1001001 10101 0 1000101 110 1001110 1010100 111101

Color Harmonies of #BCEF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF49

Black with #BCEF49

Text Example


Text Example

White with #BCEF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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