Html Css Color HEX #BEFE72 Sulu

📋 copy color: '#BEFE72'

red 190 ◦ green 254 ◦ blue 114

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

Shades of Sulu #BEFE72

Tints of Sulu #BEFE72

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

 BLUE value IS 114 (44.92% from 255) = 20.43%

R = 34.05%
G = 45.52%
B = 20.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#BEFE72 (or 0xBEFE72) is known color: Sulu. HEX triplet: BE, FE and 72. RGB value is (190,254,114). Sum of RGB (Red+Green+Blue) = 190+254+114=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE72 is #41018D. Grayscale: #DBDBDB. Windows color (decimal): -4260238 or 7536318. OLE color: 7536318.

HSL color Cylindrical-coordinate representation of color #BEFE72: hue angle of 87.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEFE72 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 114 -
CMYK 0.25 0 0.55 0.00
HSL 87.43º 0.99% 0.72% -
HSV(B) 87.43º 0.55% 1% -
XYZ 59.71 83.05 28.8 -
YUV 218.9 68.8 107.38 -
System Red Green Blue C M Y K H S L
Decimal 190 254 114 0.25 0 0.55 0.00 87.43 0.99 0.72
Hex BE FE 72 19 0 37 0 57 63 48
Octal 276 376 162 31 0 67 0 127 143 110
Binary 10111110 11111110 1110010 11001 0 110111 0 1010111 1100011 1001000

Color Harmonies of #BEFE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE72

Black with #BEFE72

Text Example


Text Example

White with #BEFE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE72; }

 p { color: rgb(190,254,114); }

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

background-color css

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

 a { background-color: rgb(190,254,114); }

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

border-color css

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

 span { border-color: rgb(190,254,114); }

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