Html Css Color HEX #BEFE7C Sulu

📋 copy color: '#BEFE7C'

red 190 ◦ green 254 ◦ blue 124

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

Shades of Sulu #BEFE7C

Tints of Sulu #BEFE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.83%

R = 33.45%
G = 44.72%
B = 21.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#BEFE7C (or 0xBEFE7C) is known color: Sulu. HEX triplet: BE, FE and 7C. RGB value is (190,254,124). Sum of RGB (Red+Green+Blue) = 190+254+124=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE7C is #410183. Grayscale: #DCDCDC. Windows color (decimal): -4260228 or 8191678. OLE color: 8191678.

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

Color convert

RGB 190 254 124 -
CMYK 0.25 0 0.51 0.00
HSL 89.54º 0.98% 0.74% -
HSV(B) 89.54º 0.51% 1% -
XYZ 60.32 83.29 31.97 -
YUV 220.04 73.8 106.57 -
System Red Green Blue C M Y K H S L
Decimal 190 254 124 0.25 0 0.51 0.00 89.54 0.98 0.74
Hex BE FE 7C 19 0 33 0 5A 62 4A
Octal 276 376 174 31 0 63 0 132 142 112
Binary 10111110 11111110 1111100 11001 0 110011 0 1011010 1100010 1001010

Color Harmonies of #BEFE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE7C

Black with #BEFE7C

Text Example


Text Example

White with #BEFE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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