Html Css Color HEX #BEFD64 Sulu

📋 copy color: '#BEFD64'

red 190 ◦ green 253 ◦ blue 100

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

Shades of Sulu #BEFD64

Tints of Sulu #BEFD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.59%

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

R = 34.99%
G = 46.59%
B = 18.42%

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

#BEFD64 (or 0xBEFD64) is known color: Sulu. HEX triplet: BE, FD and 64. RGB value is (190,253,100). Sum of RGB (Red+Green+Blue) = 190+253+100=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD64 is #41029B. Grayscale: #D9D9D9. Windows color (decimal): -4260508 or 6618558. OLE color: 6618558.

HSL color Cylindrical-coordinate representation of color #BEFD64: hue angle of 84.71º degrees, saturation: 0.97, 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 #BEFD64 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 100 -
CMYK 0.25 0 0.60 0.01
HSL 84.71º 0.97% 0.69% -
HSV(B) 84.71º 0.6% 0.99% -
XYZ 58.66 82.12 24.82 -
YUV 216.72 62.13 108.94 -
System Red Green Blue C M Y K H S L
Decimal 190 253 100 0.25 0 0.60 0.01 84.71 0.97 0.69
Hex BE FD 64 19 0 3C 1 55 61 45
Octal 276 375 144 31 0 74 1 125 141 105
Binary 10111110 11111101 1100100 11001 0 111100 1 1010101 1100001 1000101

Color Harmonies of #BEFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD64

Black with #BEFD64

Text Example


Text Example

White with #BEFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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