Html Css Color HEX #BDE074 Sulu

📋 copy color: '#BDE074'

red 189 ◦ green 224 ◦ blue 116

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

Shades of Sulu #BDE074

Tints of Sulu #BDE074

RGB

 RED value IS 189 (74.22% from 255) = 35.73%

 GREEN value IS 224 (87.89% from 255) = 42.34%

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

R = 35.73%
G = 42.34%
B = 21.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BDE074 (or 0xBDE074) is known color: Sulu. HEX triplet: BD, E0 and 74. RGB value is (189,224,116). Sum of RGB (Red+Green+Blue) = 189+224+116=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE074 is #421F8B. Grayscale: #C9C9C9. Windows color (decimal): -4333452 or 7659709. OLE color: 7659709.

HSL color Cylindrical-coordinate representation of color #BDE074: hue angle of 79.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDE074 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 116 -
CMYK 0.16 0 0.48 0.12
HSL 79.44º 0.64% 0.67% -
HSV(B) 79.44º 0.48% 0.88% -
XYZ 50.79 65.39 26.47 -
YUV 201.22 79.9 119.28 -
System Red Green Blue C M Y K H S L
Decimal 189 224 116 0.16 0 0.48 0.12 79.44 0.64 0.67
Hex BD E0 74 10 0 30 C 4F 40 43
Octal 275 340 164 20 0 60 14 117 100 103
Binary 10111101 11100000 1110100 10000 0 110000 1100 1001111 1000000 1000011

Color Harmonies of #BDE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE074

Black with #BDE074

Text Example


Text Example

White with #BDE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE074; }

 p { color: rgb(189,224,116); }

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

background-color css

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

 a { background-color: rgb(189,224,116); }

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

border-color css

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

 span { border-color: rgb(189,224,116); }

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