Html Css Color HEX #BEFE7E Sulu

📋 copy color: '#BEFE7E'

red 190 ◦ green 254 ◦ blue 126

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

Shades of Sulu #BEFE7E

Tints of Sulu #BEFE7E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.56%

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

R = 33.33%
G = 44.56%
B = 22.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#BEFE7E (or 0xBEFE7E) is known color: Sulu. HEX triplet: BE, FE and 7E. RGB value is (190,254,126). Sum of RGB (Red+Green+Blue) = 190+254+126=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE7E is #410181. Grayscale: #DCDCDC. Windows color (decimal): -4260226 or 8322750. OLE color: 8322750.

HSL color Cylindrical-coordinate representation of color #BEFE7E: hue angle of 90º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEFE7E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 126 -
CMYK 0.25 0 0.50 0.00
HSL 90º 0.98% 0.75% -
HSV(B) 90º 0.5% 1% -
XYZ 60.44 83.34 32.64 -
YUV 220.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 190 254 126 0.25 0 0.50 0.00 90 0.98 0.75
Hex BE FE 7E 19 0 32 0 5A 62 4B
Octal 276 376 176 31 0 62 0 132 142 113
Binary 10111110 11111110 1111110 11001 0 110010 0 1011010 1100010 1001011

Color Harmonies of #BEFE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE7E

Black with #BEFE7E

Text Example


Text Example

White with #BEFE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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