Html Css Color HEX #BEDF71 Sulu

📋 copy color: '#BEDF71'

red 190 ◦ green 223 ◦ blue 113

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

Shades of Sulu #BEDF71

Tints of Sulu #BEDF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 113 (44.53% from 255) = 21.48%

R = 36.12%
G = 42.4%
B = 21.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BEDF71 (or 0xBEDF71) is known color: Sulu. HEX triplet: BE, DF and 71. RGB value is (190,223,113). Sum of RGB (Red+Green+Blue) = 190+223+113=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF71 is #41208E. Grayscale: #C9C9C9. Windows color (decimal): -4268175 or 7462846. OLE color: 7462846.

HSL color Cylindrical-coordinate representation of color #BEDF71: hue angle of 78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEDF71 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 113 -
CMYK 0.15 0 0.49 0.13
HSL 78º 0.63% 0.66% -
HSV(B) 78º 0.49% 0.87% -
XYZ 50.6 64.91 25.49 -
YUV 200.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 190 223 113 0.15 0 0.49 0.13 78 0.63 0.66
Hex BE DF 71 F 0 31 D 4E 3F 42
Octal 276 337 161 17 0 61 15 116 77 102
Binary 10111110 11011111 1110001 1111 0 110001 1101 1001110 111111 1000010

Color Harmonies of #BEDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF71

Black with #BEDF71

Text Example


Text Example

White with #BEDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF71; }

 p { color: rgb(190,223,113); }

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

background-color css

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

 a { background-color: rgb(190,223,113); }

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

border-color css

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

 span { border-color: rgb(190,223,113); }

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