Html Css Color HEX #BEFE8C Sulu

📋 copy color: '#BEFE8C'

red 190 ◦ green 254 ◦ blue 140

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

Shades of Sulu #BEFE8C

Tints of Sulu #BEFE8C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.49%

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

R = 32.53%
G = 43.49%
B = 23.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#BEFE8C (or 0xBEFE8C) is known color: Sulu. HEX triplet: BE, FE and 8C. RGB value is (190,254,140). Sum of RGB (Red+Green+Blue) = 190+254+140=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE8C is #410173. Grayscale: #DEDEDE. Windows color (decimal): -4260212 or 9240254. OLE color: 9240254.

HSL color Cylindrical-coordinate representation of color #BEFE8C: hue angle of 93.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEFE8C is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 140 -
CMYK 0.25 0 0.45 0.00
HSL 93.68º 0.98% 0.77% -
HSV(B) 93.68º 0.45% 1% -
XYZ 61.41 83.72 37.73 -
YUV 221.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 190 254 140 0.25 0 0.45 0.00 93.68 0.98 0.77
Hex BE FE 8C 19 0 2D 0 5E 62 4D
Octal 276 376 214 31 0 55 0 136 142 115
Binary 10111110 11111110 10001100 11001 0 101101 0 1011110 1100010 1001101

Color Harmonies of #BEFE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE8C

Black with #BEFE8C

Text Example


Text Example

White with #BEFE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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