#BDE67A

Color #BDE67A Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDE67A

Tints of Sulu #BDE67A

Color information

#BDE67A (or 0xBDE67A) is unknown color: approx Sulu. HEX triplet: BD, E6 and 7A. RGB value is (189,230,122). Sum of RGB (Red+Green+Blue) = 189+230+122=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE67A is #421985. Grayscale: #CDCDCD. Windows color (decimal): -4331910 or 8054461. OLE color: 8054461.

HSL color Cylindrical-coordinate representation of color #BDE67A: hue angle of 82.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDE67A is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB189230122-
CMYK0.1800.470.10
HSL82.78º68.35%69.02%-
HSV(B)82.78º46.96%90.2%-
XYZ52.868.8228.91-
YUV205.4380.92116.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 122 (48.05% from 255) = 22.55%
R=34.94%
G=42.51%
B=22.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301220.1800.470.1082.7868.3569.02
HexBDE67A1202FA534445
Octal2753461722205712123104105
Binary101111011110011011110101001001011111010101001110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE67A; }

 p { color: rgb(189,230,122); }

 H1.HeaderClassName
 {
   color: #BDE67A;
 }
 .AnyTagClassName
 {
   color: #BDE67A;
 }
</style>
background-color css

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

 a { background-color: rgb(189,230,122); }

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

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

 span { border-color: rgb(189,230,122); }

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