Html Css Color HEX #BEDF7A Sulu

📋 copy color: '#BEDF7A'

red 190 ◦ green 223 ◦ blue 122

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

Shades of Sulu #BEDF7A

Tints of Sulu #BEDF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.8%

R = 35.51%
G = 41.68%
B = 22.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BEDF7A (or 0xBEDF7A) is known color: Sulu. HEX triplet: BE, DF and 7A. RGB value is (190,223,122). Sum of RGB (Red+Green+Blue) = 190+223+122=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF7A is #412085. Grayscale: #C9C9C9. Windows color (decimal): -4268166 or 8052670. OLE color: 8052670.

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

Color convert

RGB 190 223 122 -
CMYK 0.15 0 0.45 0.13
HSL 79.6º 0.61% 0.68% -
HSV(B) 79.6º 0.45% 0.87% -
XYZ 51.14 65.13 28.29 -
YUV 201.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 190 223 122 0.15 0 0.45 0.13 79.6 0.61 0.68
Hex BE DF 7A F 0 2D D 50 3D 44
Octal 276 337 172 17 0 55 15 120 75 104
Binary 10111110 11011111 1111010 1111 0 101101 1101 1010000 111101 1000100

Color Harmonies of #BEDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF7A

Black with #BEDF7A

Text Example


Text Example

White with #BEDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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