Html Css Color HEX #BEDE70 Sulu

📋 copy color: '#BEDE70'

red 190 ◦ green 222 ◦ blue 112

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

Shades of Sulu #BEDE70

Tints of Sulu #BEDE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 36.26%
G = 42.37%
B = 21.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BEDE70 (or 0xBEDE70) is known color: Sulu. HEX triplet: BE, DE and 70. RGB value is (190,222,112). Sum of RGB (Red+Green+Blue) = 190+222+112=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE70 is #41218F. Grayscale: #C8C8C8. Windows color (decimal): -4268432 or 7397054. OLE color: 7397054.

HSL color Cylindrical-coordinate representation of color #BEDE70: hue angle of 77.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDE70 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 112 -
CMYK 0.14 0 0.50 0.13
HSL 77.45º 0.63% 0.65% -
HSV(B) 77.45º 0.5% 0.87% -
XYZ 50.28 64.36 25.1 -
YUV 199.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 190 222 112 0.14 0 0.50 0.13 77.45 0.63 0.65
Hex BE DE 70 E 0 32 D 4D 3E 41
Octal 276 336 160 16 0 62 15 115 76 101
Binary 10111110 11011110 1110000 1110 0 110010 1101 1001101 111110 1000001

Color Harmonies of #BEDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE70

Black with #BEDE70

Text Example


Text Example

White with #BEDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE70; }

 p { color: rgb(190,222,112); }

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

background-color css

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

 a { background-color: rgb(190,222,112); }

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

border-color css

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

 span { border-color: rgb(190,222,112); }

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