Html Css Color HEX #BDED7C Sulu

📋 copy color: '#BDED7C'

red 189 ◦ green 237 ◦ blue 124

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

Shades of Sulu #BDED7C

Tints of Sulu #BDED7C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.09%

 BLUE value IS 124 (48.83% from 255) = 22.55%

R = 34.36%
G = 43.09%
B = 22.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#BDED7C (or 0xBDED7C) is known color: Sulu. HEX triplet: BD, ED and 7C. RGB value is (189,237,124). Sum of RGB (Red+Green+Blue) = 189+237+124=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED7C is #421283. Grayscale: #D2D2D2. Windows color (decimal): -4330116 or 8187325. OLE color: 8187325.

HSL color Cylindrical-coordinate representation of color #BDED7C: hue angle of 85.49º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDED7C is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 124 -
CMYK 0.20 0 0.48 0.07
HSL 85.49º 0.76% 0.71% -
HSV(B) 85.49º 0.48% 0.93% -
XYZ 54.91 72.84 30.23 -
YUV 209.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 189 237 124 0.20 0 0.48 0.07 85.49 0.76 0.71
Hex BD ED 7C 14 0 30 7 55 4C 47
Octal 275 355 174 24 0 60 7 125 114 107
Binary 10111101 11101101 1111100 10100 0 110000 111 1010101 1001100 1000111

Color Harmonies of #BDED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED7C

Black with #BDED7C

Text Example


Text Example

White with #BDED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED7C; }

 p { color: rgb(189,237,124); }

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

background-color css

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

 a { background-color: rgb(189,237,124); }

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

border-color css

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

 span { border-color: rgb(189,237,124); }

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