Html Css Color HEX #BEEC74 Sulu

📋 copy color: '#BEEC74'

red 190 ◦ green 236 ◦ blue 116

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

Shades of Sulu #BEEC74

Tints of Sulu #BEEC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 35.06%
G = 43.54%
B = 21.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#BEEC74 (or 0xBEEC74) is known color: Sulu. HEX triplet: BE, EC and 74. RGB value is (190,236,116). Sum of RGB (Red+Green+Blue) = 190+236+116=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC74 is #41138B. Grayscale: #D0D0D0. Windows color (decimal): -4264844 or 7662782. OLE color: 7662782.

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

Color convert

RGB 190 236 116 -
CMYK 0.19 0 0.51 0.07
HSL 83º 0.76% 0.69% -
HSV(B) 83º 0.51% 0.93% -
XYZ 54.38 72.2 27.59 -
YUV 208.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 190 236 116 0.19 0 0.51 0.07 83 0.76 0.69
Hex BE EC 74 13 0 33 7 53 4C 45
Octal 276 354 164 23 0 63 7 123 114 105
Binary 10111110 11101100 1110100 10011 0 110011 111 1010011 1001100 1000101

Color Harmonies of #BEEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEC74

Black with #BEEC74

Text Example


Text Example

White with #BEEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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