Html Css Color HEX #BDE27D Sulu

📋 copy color: '#BDE27D'

red 189 ◦ green 226 ◦ blue 125

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

Shades of Sulu #BDE27D

Tints of Sulu #BDE27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 35%
G = 41.85%
B = 23.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#BDE27D (or 0xBDE27D) is known color: Sulu. HEX triplet: BD, E2 and 7D. RGB value is (189,226,125). Sum of RGB (Red+Green+Blue) = 189+226+125=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE27D is #421D82. Grayscale: #CBCBCB. Windows color (decimal): -4332931 or 8250045. OLE color: 8250045.

HSL color Cylindrical-coordinate representation of color #BDE27D: hue angle of 81.98º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDE27D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 125 -
CMYK 0.16 0 0.45 0.11
HSL 81.98º 0.64% 0.69% -
HSV(B) 81.98º 0.45% 0.89% -
XYZ 51.88 66.69 29.54 -
YUV 203.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 189 226 125 0.16 0 0.45 0.11 81.98 0.64 0.69
Hex BD E2 7D 10 0 2D B 52 40 45
Octal 275 342 175 20 0 55 13 122 100 105
Binary 10111101 11100010 1111101 10000 0 101101 1011 1010010 1000000 1000101

Color Harmonies of #BDE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE27D

Black with #BDE27D

Text Example


Text Example

White with #BDE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE27D; }

 p { color: rgb(189,226,125); }

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

background-color css

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

 a { background-color: rgb(189,226,125); }

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

border-color css

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

 span { border-color: rgb(189,226,125); }

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