Html Css Color HEX #BEFF70 Sulu

📋 copy color: '#BEFF70'

red 190 ◦ green 255 ◦ blue 112

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

Shades of Sulu #BEFF70

Tints of Sulu #BEFF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 34.11%
G = 45.78%
B = 20.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#BEFF70 (or 0xBEFF70) is known color: Sulu. HEX triplet: BE, FF and 70. RGB value is (190,255,112). Sum of RGB (Red+Green+Blue) = 190+255+112=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF70 is #41008F. Grayscale: #DBDBDB. Windows color (decimal): -4259984 or 7405502. OLE color: 7405502.

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

Color convert

RGB 190 255 112 -
CMYK 0.25 0 0.56 0
HSL 87.27º 1% 0.72% -
HSV(B) 87.27º 0.56% 1% -
XYZ 59.92 83.64 28.31 -
YUV 219.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 190 255 112 0.25 0 0.56 0 87.27 1 0.72
Hex BE FF 70 19 0 38 0 57 64 48
Octal 276 377 160 31 0 70 0 127 144 110
Binary 10111110 11111111 1110000 11001 0 111000 0 1010111 1100100 1001000

Color Harmonies of #BEFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF70

Black with #BEFF70

Text Example


Text Example

White with #BEFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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