Html Css Color HEX #BEEE6A Sulu

📋 copy color: '#BEEE6A'

red 190 ◦ green 238 ◦ blue 106

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

Shades of Sulu #BEEE6A

Tints of Sulu #BEEE6A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.57%

 BLUE value IS 106 (41.8% from 255) = 19.85%

R = 35.58%
G = 44.57%
B = 19.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BEEE6A (or 0xBEEE6A) is known color: Sulu. HEX triplet: BE, EE and 6A. RGB value is (190,238,106). Sum of RGB (Red+Green+Blue) = 190+238+106=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEE6A is #411195. Grayscale: #D1D1D1. Windows color (decimal): -4264342 or 7007934. OLE color: 7007934.

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

Color convert

RGB 190 238 106 -
CMYK 0.20 0 0.55 0.07
HSL 81.82º 0.8% 0.67% -
HSV(B) 81.82º 0.55% 0.93% -
XYZ 54.41 73.14 24.88 -
YUV 208.6 70.1 114.73 -
System Red Green Blue C M Y K H S L
Decimal 190 238 106 0.20 0 0.55 0.07 81.82 0.8 0.67
Hex BE EE 6A 14 0 37 7 52 50 43
Octal 276 356 152 24 0 67 7 122 120 103
Binary 10111110 11101110 1101010 10100 0 110111 111 1010010 1010000 1000011

Color Harmonies of #BEEE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEE6A

Black with #BEEE6A

Text Example


Text Example

White with #BEEE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEE6A; }

 p { color: rgb(190,238,106); }

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

background-color css

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

 a { background-color: rgb(190,238,106); }

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

border-color css

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

 span { border-color: rgb(190,238,106); }

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