Html Css Color HEX #BEED85 Sulu

📋 copy color: '#BEED85'

red 190 ◦ green 237 ◦ blue 133

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

Shades of Sulu #BEED85

Tints of Sulu #BEED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.32%

 BLUE value IS 133 (52.34% from 255) = 23.75%

R = 33.93%
G = 42.32%
B = 23.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#BEED85 (or 0xBEED85) is known color: Sulu. HEX triplet: BE, ED and 85. RGB value is (190,237,133). Sum of RGB (Red+Green+Blue) = 190+237+133=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED85 is #41127A. Grayscale: #D3D3D3. Windows color (decimal): -4264571 or 8777150. OLE color: 8777150.

HSL color Cylindrical-coordinate representation of color #BEED85: hue angle of 87.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEED85 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 133 -
CMYK 0.20 0 0.44 0.07
HSL 87.12º 0.74% 0.73% -
HSV(B) 87.12º 0.44% 0.93% -
XYZ 55.75 73.21 33.38 -
YUV 211.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 190 237 133 0.20 0 0.44 0.07 87.12 0.74 0.73
Hex BE ED 85 14 0 2C 7 57 4A 49
Octal 276 355 205 24 0 54 7 127 112 111
Binary 10111110 11101101 10000101 10100 0 101100 111 1010111 1001010 1001001

Color Harmonies of #BEED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED85

Black with #BEED85

Text Example


Text Example

White with #BEED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED85; }

 p { color: rgb(190,237,133); }

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

background-color css

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

 a { background-color: rgb(190,237,133); }

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

border-color css

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

 span { border-color: rgb(190,237,133); }

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