Html Css Color HEX #BEEF65 Sulu

📋 copy color: '#BEEF65'

red 190 ◦ green 239 ◦ blue 101

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

Shades of Sulu #BEEF65

Tints of Sulu #BEEF65

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.09%

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 35.85%
G = 45.09%
B = 19.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#BEEF65 (or 0xBEEF65) is known color: Sulu. HEX triplet: BE, EF and 65. RGB value is (190,239,101). Sum of RGB (Red+Green+Blue) = 190+239+101=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF65 is #41109A. Grayscale: #D1D1D1. Windows color (decimal): -4264091 or 6680510. OLE color: 6680510.

HSL color Cylindrical-coordinate representation of color #BEEF65: hue angle of 81.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEEF65 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 101 -
CMYK 0.21 0 0.58 0.06
HSL 81.3º 0.81% 0.67% -
HSV(B) 81.3º 0.58% 0.94% -
XYZ 54.45 73.62 23.65 -
YUV 208.62 67.27 114.72 -
System Red Green Blue C M Y K H S L
Decimal 190 239 101 0.21 0 0.58 0.06 81.3 0.81 0.67
Hex BE EF 65 15 0 3A 6 51 51 43
Octal 276 357 145 25 0 72 6 121 121 103
Binary 10111110 11101111 1100101 10101 0 111010 110 1010001 1010001 1000011

Color Harmonies of #BEEF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF65

Black with #BEEF65

Text Example


Text Example

White with #BEEF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF65; }

 p { color: rgb(190,239,101); }

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

background-color css

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

 a { background-color: rgb(190,239,101); }

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

border-color css

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

 span { border-color: rgb(190,239,101); }

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