Html Css Color HEX #BEFC8C Sulu

📋 copy color: '#BEFC8C'

red 190 ◦ green 252 ◦ blue 140

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

Shades of Sulu #BEFC8C

Tints of Sulu #BEFC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.05%

R = 32.65%
G = 43.3%
B = 24.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#BEFC8C (or 0xBEFC8C) is known color: Sulu. HEX triplet: BE, FC and 8C. RGB value is (190,252,140). Sum of RGB (Red+Green+Blue) = 190+252+140=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFC8C is #410373. Grayscale: #DDDDDD. Windows color (decimal): -4260724 or 9239742. OLE color: 9239742.

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

Color convert

RGB 190 252 140 -
CMYK 0.25 0 0.44 0.01
HSL 93.21º 0.95% 0.77% -
HSV(B) 93.21º 0.44% 0.99% -
XYZ 60.78 82.46 37.52 -
YUV 220.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 190 252 140 0.25 0 0.44 0.01 93.21 0.95 0.77
Hex BE FC 8C 19 0 2C 1 5D 5F 4D
Octal 276 374 214 31 0 54 1 135 137 115
Binary 10111110 11111100 10001100 11001 0 101100 1 1011101 1011111 1001101

Color Harmonies of #BEFC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC8C

Black with #BEFC8C

Text Example


Text Example

White with #BEFC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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