Html Css Color HEX #BEFC7D Sulu

📋 copy color: '#BEFC7D'

red 190 ◦ green 252 ◦ blue 125

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

Shades of Sulu #BEFC7D

Tints of Sulu #BEFC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.05%

R = 33.51%
G = 44.44%
B = 22.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BEFC7D (or 0xBEFC7D) is known color: Sulu. HEX triplet: BE, FC and 7D. RGB value is (190,252,125). Sum of RGB (Red+Green+Blue) = 190+252+125=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC7D is #410382. Grayscale: #DBDBDB. Windows color (decimal): -4260739 or 8256702. OLE color: 8256702.

HSL color Cylindrical-coordinate representation of color #BEFC7D: hue angle of 89.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEFC7D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 125 -
CMYK 0.25 0 0.50 0.01
HSL 89.29º 0.95% 0.74% -
HSV(B) 89.29º 0.5% 0.99% -
XYZ 59.75 82.05 32.09 -
YUV 218.98 74.96 107.33 -
System Red Green Blue C M Y K H S L
Decimal 190 252 125 0.25 0 0.50 0.01 89.29 0.95 0.74
Hex BE FC 7D 19 0 32 1 59 5F 4A
Octal 276 374 175 31 0 62 1 131 137 112
Binary 10111110 11111100 1111101 11001 0 110010 1 1011001 1011111 1001010

Color Harmonies of #BEFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC7D

Black with #BEFC7D

Text Example


Text Example

White with #BEFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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