Html Css Color HEX #BDEF88 Sulu

📋 copy color: '#BDEF88'

red 189 ◦ green 239 ◦ blue 136

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

Shades of Sulu #BDEF88

Tints of Sulu #BDEF88

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.38%

 BLUE value IS 136 (53.52% from 255) = 24.11%

R = 33.51%
G = 42.38%
B = 24.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#BDEF88 (or 0xBDEF88) is known color: Sulu. HEX triplet: BD, EF and 88. RGB value is (189,239,136). Sum of RGB (Red+Green+Blue) = 189+239+136=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF88 is #421077. Grayscale: #D4D4D4. Windows color (decimal): -4329592 or 8974269. OLE color: 8974269.

HSL color Cylindrical-coordinate representation of color #BDEF88: hue angle of 89.13º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDEF88 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 136 -
CMYK 0.21 0 0.43 0.06
HSL 89.13º 0.76% 0.74% -
HSV(B) 89.13º 0.43% 0.94% -
XYZ 56.3 74.33 34.67 -
YUV 212.31 84.94 111.38 -
System Red Green Blue C M Y K H S L
Decimal 189 239 136 0.21 0 0.43 0.06 89.13 0.76 0.74
Hex BD EF 88 15 0 2B 6 59 4C 4A
Octal 275 357 210 25 0 53 6 131 114 112
Binary 10111101 11101111 10001000 10101 0 101011 110 1011001 1001100 1001010

Color Harmonies of #BDEF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF88

Black with #BDEF88

Text Example


Text Example

White with #BDEF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF88; }

 p { color: rgb(189,239,136); }

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

background-color css

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

 a { background-color: rgb(189,239,136); }

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

border-color css

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

 span { border-color: rgb(189,239,136); }

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