Html Css Color HEX #BEFA7E Sulu

📋 copy color: '#BEFA7E'

red 190 ◦ green 250 ◦ blue 126

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

Shades of Sulu #BEFA7E

Tints of Sulu #BEFA7E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 126 (49.61% from 255) = 22.26%

R = 33.57%
G = 44.17%
B = 22.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#BEFA7E (or 0xBEFA7E) is known color: Sulu. HEX triplet: BE, FA and 7E. RGB value is (190,250,126). Sum of RGB (Red+Green+Blue) = 190+250+126=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA7E is #410581. Grayscale: #DADADA. Windows color (decimal): -4261250 or 8321726. OLE color: 8321726.

HSL color Cylindrical-coordinate representation of color #BEFA7E: hue angle of 89.03º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEFA7E is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 250 126 -
CMYK 0.24 0 0.50 0.02
HSL 89.03º 0.93% 0.74% -
HSV(B) 89.03º 0.5% 0.98% -
XYZ 59.19 80.82 32.22 -
YUV 217.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 190 250 126 0.24 0 0.50 0.02 89.03 0.93 0.74
Hex BE FA 7E 18 0 32 2 59 5D 4A
Octal 276 372 176 30 0 62 2 131 135 112
Binary 10111110 11111010 1111110 11000 0 110010 10 1011001 1011101 1001010

Color Harmonies of #BEFA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA7E

Black with #BEFA7E

Text Example


Text Example

White with #BEFA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA7E; }

 p { color: rgb(190,250,126); }

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

background-color css

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

 a { background-color: rgb(190,250,126); }

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

border-color css

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

 span { border-color: rgb(190,250,126); }

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