Html Css Color HEX #BEFF7C Sulu

📋 copy color: '#BEFF7C'

red 190 ◦ green 255 ◦ blue 124

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

Shades of Sulu #BEFF7C

Tints of Sulu #BEFF7C

RGB

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

 GREEN value IS 255 (100% from 255) = 44.82%

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

R = 33.39%
G = 44.82%
B = 21.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#BEFF7C (or 0xBEFF7C) is known color: Sulu. HEX triplet: BE, FF and 7C. RGB value is (190,255,124). Sum of RGB (Red+Green+Blue) = 190+255+124=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF7C is #410083. Grayscale: #DDDDDD. Windows color (decimal): -4259972 or 8191934. OLE color: 8191934.

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

Color convert

RGB 190 255 124 -
CMYK 0.25 0 0.51 0
HSL 89.77º 1% 0.74% -
HSV(B) 89.77º 0.51% 1% -
XYZ 60.63 83.92 32.07 -
YUV 220.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 190 255 124 0.25 0 0.51 0 89.77 1 0.74
Hex BE FF 7C 19 0 33 0 5A 64 4A
Octal 276 377 174 31 0 63 0 132 144 112
Binary 10111110 11111111 1111100 11001 0 110011 0 1011010 1100100 1001010

Color Harmonies of #BEFF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF7C

Black with #BEFF7C

Text Example


Text Example

White with #BEFF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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