Html Css Color HEX #BEF14C Conifer

📋 copy color: '#BEF14C'

red 190 ◦ green 241 ◦ blue 76

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

Shades of Conifer #BEF14C

Tints of Conifer #BEF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.53%

 BLUE value IS 76 (30.08% from 255) = 14.99%

R = 37.48%
G = 47.53%
B = 14.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BEF14C (or 0xBEF14C) is known color: Conifer. HEX triplet: BE, F1 and 4C. RGB value is (190,241,76). Sum of RGB (Red+Green+Blue) = 190+241+76=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF14C is #410EB3. Grayscale: #CFCFCF. Windows color (decimal): -4263604 or 5042622. OLE color: 5042622.

HSL color Cylindrical-coordinate representation of color #BEF14C: hue angle of 78.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEF14C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 241 76 -
CMYK 0.21 0 0.68 0.05
HSL 78.55º 0.85% 0.62% -
HSV(B) 78.55º 0.68% 0.95% -
XYZ 54 74.38 18.35 -
YUV 206.94 54.1 115.92 -
System Red Green Blue C M Y K H S L
Decimal 190 241 76 0.21 0 0.68 0.05 78.55 0.85 0.62
Hex BE F1 4C 15 0 44 5 4F 55 3E
Octal 276 361 114 25 0 104 5 117 125 76
Binary 10111110 11110001 1001100 10101 0 1000100 101 1001111 1010101 111110

Color Harmonies of #BEF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF14C

Black with #BEF14C

Text Example


Text Example

White with #BEF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF14C; }

 p { color: rgb(190,241,76); }

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

background-color css

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

 a { background-color: rgb(190,241,76); }

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

border-color css

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

 span { border-color: rgb(190,241,76); }

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