Html Css Color HEX #BEFF60 Sulu

📋 copy color: '#BEFF60'

red 190 ◦ green 255 ◦ blue 96

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

Shades of Sulu #BEFF60

Tints of Sulu #BEFF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 35.12%
G = 47.13%
B = 17.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#BEFF60 (or 0xBEFF60) is known color: Sulu. HEX triplet: BE, FF and 60. RGB value is (190,255,96). Sum of RGB (Red+Green+Blue) = 190+255+96=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF60 is #41009F. Grayscale: #DADADA. Windows color (decimal): -4260000 or 6356926. OLE color: 6356926.

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

Color convert

RGB 190 255 96 -
CMYK 0.25 0 0.62 0
HSL 84.53º 1% 0.69% -
HSV(B) 84.53º 0.62% 1% -
XYZ 59.11 83.31 24.03 -
YUV 217.44 59.47 108.43 -
System Red Green Blue C M Y K H S L
Decimal 190 255 96 0.25 0 0.62 0 84.53 1 0.69
Hex BE FF 60 19 0 3E 0 55 64 45
Octal 276 377 140 31 0 76 0 125 144 105
Binary 10111110 11111111 1100000 11001 0 111110 0 1010101 1100100 1000101

Color Harmonies of #BEFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF60

Black with #BEFF60

Text Example


Text Example

White with #BEFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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