Html Css Color HEX #BEFC64 Sulu

📋 copy color: '#BEFC64'

red 190 ◦ green 252 ◦ blue 100

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

Shades of Sulu #BEFC64

Tints of Sulu #BEFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.49%

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 35.06%
G = 46.49%
B = 18.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#BEFC64 (or 0xBEFC64) is known color: Sulu. HEX triplet: BE, FC and 64. RGB value is (190,252,100). Sum of RGB (Red+Green+Blue) = 190+252+100=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC64 is #41039B. Grayscale: #D8D8D8. Windows color (decimal): -4260764 or 6618302. OLE color: 6618302.

HSL color Cylindrical-coordinate representation of color #BEFC64: hue angle of 84.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEFC64 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 100 -
CMYK 0.25 0 0.60 0.01
HSL 84.47º 0.96% 0.69% -
HSV(B) 84.47º 0.6% 0.99% -
XYZ 58.35 81.49 24.71 -
YUV 216.13 62.46 109.36 -
System Red Green Blue C M Y K H S L
Decimal 190 252 100 0.25 0 0.60 0.01 84.47 0.96 0.69
Hex BE FC 64 19 0 3C 1 54 60 45
Octal 276 374 144 31 0 74 1 124 140 105
Binary 10111110 11111100 1100100 11001 0 111100 1 1010100 1100000 1000101

Color Harmonies of #BEFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC64

Black with #BEFC64

Text Example


Text Example

White with #BEFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC64; }

 p { color: rgb(190,252,100); }

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

background-color css

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

 a { background-color: rgb(190,252,100); }

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

border-color css

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

 span { border-color: rgb(190,252,100); }

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