Html Css Color HEX #BEEA68 Sulu

📋 copy color: '#BEEA68'

red 190 ◦ green 234 ◦ blue 104

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

Shades of Sulu #BEEA68

Tints of Sulu #BEEA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.7%

R = 35.98%
G = 44.32%
B = 19.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#BEEA68 (or 0xBEEA68) is known color: Sulu. HEX triplet: BE, EA and 68. RGB value is (190,234,104). Sum of RGB (Red+Green+Blue) = 190+234+104=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA68 is #411597. Grayscale: #CECECE. Windows color (decimal): -4265368 or 6875838. OLE color: 6875838.

HSL color Cylindrical-coordinate representation of color #BEEA68: hue angle of 80.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEEA68 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 104 -
CMYK 0.19 0 0.56 0.08
HSL 80.31º 0.76% 0.66% -
HSV(B) 80.31º 0.56% 0.92% -
XYZ 53.16 70.79 23.96 -
YUV 206.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 190 234 104 0.19 0 0.56 0.08 80.31 0.76 0.66
Hex BE EA 68 13 0 38 8 50 4C 42
Octal 276 352 150 23 0 70 10 120 114 102
Binary 10111110 11101010 1101000 10011 0 111000 1000 1010000 1001100 1000010

Color Harmonies of #BEEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA68

Black with #BEEA68

Text Example


Text Example

White with #BEEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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