Html Css Color HEX #BEFD68 Sulu

📋 copy color: '#BEFD68'

red 190 ◦ green 253 ◦ blue 104

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

Shades of Sulu #BEFD68

Tints of Sulu #BEFD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 34.73%
G = 46.25%
B = 19.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#BEFD68 (or 0xBEFD68) is known color: Sulu. HEX triplet: BE, FD and 68. RGB value is (190,253,104). Sum of RGB (Red+Green+Blue) = 190+253+104=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD68 is #410297. Grayscale: #D9D9D9. Windows color (decimal): -4260504 or 6880702. OLE color: 6880702.

HSL color Cylindrical-coordinate representation of color #BEFD68: hue angle of 85.37º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEFD68 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 104 -
CMYK 0.25 0 0.59 0.01
HSL 85.37º 0.97% 0.7% -
HSV(B) 85.37º 0.59% 0.99% -
XYZ 58.86 82.2 25.86 -
YUV 217.18 64.13 108.62 -
System Red Green Blue C M Y K H S L
Decimal 190 253 104 0.25 0 0.59 0.01 85.37 0.97 0.7
Hex BE FD 68 19 0 3B 1 55 61 46
Octal 276 375 150 31 0 73 1 125 141 106
Binary 10111110 11111101 1101000 11001 0 111011 1 1010101 1100001 1000110

Color Harmonies of #BEFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD68

Black with #BEFD68

Text Example


Text Example

White with #BEFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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