Html Css Color HEX #BEFF7D Sulu

📋 copy color: '#BEFF7D'

red 190 ◦ green 255 ◦ blue 125

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

Shades of Sulu #BEFF7D

Tints of Sulu #BEFF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.93%

R = 33.33%
G = 44.74%
B = 21.93%

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

#BEFF7D (or 0xBEFF7D) is known color: Sulu. HEX triplet: BE, FF and 7D. RGB value is (190,255,125). Sum of RGB (Red+Green+Blue) = 190+255+125=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF7D is #410082. Grayscale: #DDDDDD. Windows color (decimal): -4259971 or 8257470. OLE color: 8257470.

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

Color convert

RGB 190 255 125 -
CMYK 0.25 0 0.51 0
HSL 90º 1% 0.75% -
HSV(B) 90º 0.51% 1% -
XYZ 60.7 83.95 32.41 -
YUV 220.75 73.97 106.07 -
System Red Green Blue C M Y K H S L
Decimal 190 255 125 0.25 0 0.51 0 90 1 0.75
Hex BE FF 7D 19 0 33 0 5A 64 4B
Octal 276 377 175 31 0 63 0 132 144 113
Binary 10111110 11111111 1111101 11001 0 110011 0 1011010 1100100 1001011

Color Harmonies of #BEFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF7D

Black with #BEFF7D

Text Example


Text Example

White with #BEFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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