Html Css Color HEX #BEFC5D Conifer

📋 copy color: '#BEFC5D'

red 190 ◦ green 252 ◦ blue 93

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

Shades of Conifer #BEFC5D

Tints of Conifer #BEFC5D

RGB

 RED value IS 190 (74.61% from 255) = 35.51%

 GREEN value IS 252 (98.83% from 255) = 47.1%

 BLUE value IS 93 (36.72% from 255) = 17.38%

R = 35.51%
G = 47.1%
B = 17.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#BEFC5D (or 0xBEFC5D) is known color: Conifer. HEX triplet: BE, FC and 5D. RGB value is (190,252,93). Sum of RGB (Red+Green+Blue) = 190+252+93=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC5D is #4103A2. Grayscale: #D7D7D7. Windows color (decimal): -4260771 or 6159550. OLE color: 6159550.

HSL color Cylindrical-coordinate representation of color #BEFC5D: hue angle of 83.4º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFC5D is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 93 -
CMYK 0.25 0 0.63 0.01
HSL 83.4º 0.96% 0.68% -
HSV(B) 83.4º 0.63% 0.99% -
XYZ 58.02 81.36 23 -
YUV 215.34 58.96 109.93 -
System Red Green Blue C M Y K H S L
Decimal 190 252 93 0.25 0 0.63 0.01 83.4 0.96 0.68
Hex BE FC 5D 19 0 3F 1 53 60 44
Octal 276 374 135 31 0 77 1 123 140 104
Binary 10111110 11111100 1011101 11001 0 111111 1 1010011 1100000 1000100

Color Harmonies of #BEFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC5D

Black with #BEFC5D

Text Example


Text Example

White with #BEFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC5D; }

 p { color: rgb(190,252,93); }

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

background-color css

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

 a { background-color: rgb(190,252,93); }

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

border-color css

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

 span { border-color: rgb(190,252,93); }

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