Html Css Color HEX #BDE378 Sulu

📋 copy color: '#BDE378'

red 189 ◦ green 227 ◦ blue 120

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

Shades of Sulu #BDE378

Tints of Sulu #BDE378

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.35%

 BLUE value IS 120 (47.27% from 255) = 22.39%

R = 35.26%
G = 42.35%
B = 22.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BDE378 (or 0xBDE378) is known color: Sulu. HEX triplet: BD, E3 and 78. RGB value is (189,227,120). Sum of RGB (Red+Green+Blue) = 189+227+120=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE378 is #421C87. Grayscale: #CBCBCB. Windows color (decimal): -4332680 or 7922621. OLE color: 7922621.

HSL color Cylindrical-coordinate representation of color #BDE378: hue angle of 81.31º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDE378 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 120 -
CMYK 0.17 0 0.47 0.11
HSL 81.31º 0.66% 0.68% -
HSV(B) 81.31º 0.47% 0.89% -
XYZ 51.85 67.11 27.99 -
YUV 203.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 189 227 120 0.17 0 0.47 0.11 81.31 0.66 0.68
Hex BD E3 78 11 0 2F B 51 42 44
Octal 275 343 170 21 0 57 13 121 102 104
Binary 10111101 11100011 1111000 10001 0 101111 1011 1010001 1000010 1000100

Color Harmonies of #BDE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE378

Black with #BDE378

Text Example


Text Example

White with #BDE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE378; }

 p { color: rgb(189,227,120); }

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

background-color css

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

 a { background-color: rgb(189,227,120); }

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

border-color css

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

 span { border-color: rgb(189,227,120); }

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