Html Css Color HEX #BEEC7E Sulu

📋 copy color: '#BEEC7E'

red 190 ◦ green 236 ◦ blue 126

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

Shades of Sulu #BEEC7E

Tints of Sulu #BEEC7E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.75%

 BLUE value IS 126 (49.61% from 255) = 22.83%

R = 34.42%
G = 42.75%
B = 22.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#BEEC7E (or 0xBEEC7E) is known color: Sulu. HEX triplet: BE, EC and 7E. RGB value is (190,236,126). Sum of RGB (Red+Green+Blue) = 190+236+126=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC7E is #411381. Grayscale: #D2D2D2. Windows color (decimal): -4264834 or 8318142. OLE color: 8318142.

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

Color convert

RGB 190 236 126 -
CMYK 0.19 0 0.47 0.07
HSL 85.09º 0.74% 0.71% -
HSV(B) 85.09º 0.47% 0.93% -
XYZ 55 72.44 30.82 -
YUV 209.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 190 236 126 0.19 0 0.47 0.07 85.09 0.74 0.71
Hex BE EC 7E 13 0 2F 7 55 4A 47
Octal 276 354 176 23 0 57 7 125 112 107
Binary 10111110 11101100 1111110 10011 0 101111 111 1010101 1001010 1000111

Color Harmonies of #BEEC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEC7E

Black with #BEEC7E

Text Example


Text Example

White with #BEEC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEC7E; }

 p { color: rgb(190,236,126); }

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

background-color css

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

 a { background-color: rgb(190,236,126); }

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

border-color css

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

 span { border-color: rgb(190,236,126); }

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