Html Css Color HEX #BEEA74 Sulu

📋 copy color: '#BEEA74'

red 190 ◦ green 234 ◦ blue 116

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

Shades of Sulu #BEEA74

Tints of Sulu #BEEA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.33%

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

R = 35.19%
G = 43.33%
B = 21.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#BEEA74 (or 0xBEEA74) is known color: Sulu. HEX triplet: BE, EA and 74. RGB value is (190,234,116). Sum of RGB (Red+Green+Blue) = 190+234+116=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA74 is #41158B. Grayscale: #CFCFCF. Windows color (decimal): -4265356 or 7662270. OLE color: 7662270.

HSL color Cylindrical-coordinate representation of color #BEEA74: hue angle of 82.37º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEEA74 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 116 -
CMYK 0.19 0 0.50 0.08
HSL 82.37º 0.74% 0.69% -
HSV(B) 82.37º 0.5% 0.92% -
XYZ 53.81 71.05 27.4 -
YUV 207.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 190 234 116 0.19 0 0.50 0.08 82.37 0.74 0.69
Hex BE EA 74 13 0 32 8 52 4A 45
Octal 276 352 164 23 0 62 10 122 112 105
Binary 10111110 11101010 1110100 10011 0 110010 1000 1010010 1001010 1000101

Color Harmonies of #BEEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA74

Black with #BEEA74

Text Example


Text Example

White with #BEEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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