Html Css Color HEX #BEDF90 Sulu

📋 copy color: '#BEDF90'

red 190 ◦ green 223 ◦ blue 144

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

Shades of Sulu #BEDF90

Tints of Sulu #BEDF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.04%

 BLUE value IS 144 (56.64% from 255) = 25.85%

R = 34.11%
G = 40.04%
B = 25.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#BEDF90 (or 0xBEDF90) is known color: Sulu. HEX triplet: BE, DF and 90. RGB value is (190,223,144). Sum of RGB (Red+Green+Blue) = 190+223+144=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF90 is #41206F. Grayscale: #CCCCCC. Windows color (decimal): -4268144 or 9494462. OLE color: 9494462.

HSL color Cylindrical-coordinate representation of color #BEDF90: hue angle of 85.06º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEDF90 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 144 -
CMYK 0.15 0 0.35 0.13
HSL 85.06º 0.55% 0.72% -
HSV(B) 85.06º 0.35% 0.87% -
XYZ 52.66 65.74 36.3 -
YUV 204.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 190 223 144 0.15 0 0.35 0.13 85.06 0.55 0.72
Hex BE DF 90 F 0 23 D 55 37 48
Octal 276 337 220 17 0 43 15 125 67 110
Binary 10111110 11011111 10010000 1111 0 100011 1101 1010101 110111 1001000

Color Harmonies of #BEDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF90

Black with #BEDF90

Text Example


Text Example

White with #BEDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF90; }

 p { color: rgb(190,223,144); }

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

background-color css

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

 a { background-color: rgb(190,223,144); }

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

border-color css

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

 span { border-color: rgb(190,223,144); }

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