Html Css Color HEX #BDEF8A Sulu

📋 copy color: '#BDEF8A'

red 189 ◦ green 239 ◦ blue 138

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

Shades of Sulu #BDEF8A

Tints of Sulu #BDEF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 33.39%
G = 42.23%
B = 24.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#BDEF8A (or 0xBDEF8A) is known color: Sulu. HEX triplet: BD, EF and 8A. RGB value is (189,239,138). Sum of RGB (Red+Green+Blue) = 189+239+138=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF8A is #421075. Grayscale: #D4D4D4. Windows color (decimal): -4329590 or 9105341. OLE color: 9105341.

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

Color convert

RGB 189 239 138 -
CMYK 0.21 0 0.42 0.06
HSL 89.7º 0.76% 0.74% -
HSV(B) 89.7º 0.42% 0.94% -
XYZ 56.44 74.39 35.43 -
YUV 212.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 189 239 138 0.21 0 0.42 0.06 89.7 0.76 0.74
Hex BD EF 8A 15 0 2A 6 5A 4C 4A
Octal 275 357 212 25 0 52 6 132 114 112
Binary 10111101 11101111 10001010 10101 0 101010 110 1011010 1001100 1001010

Color Harmonies of #BDEF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF8A

Black with #BDEF8A

Text Example


Text Example

White with #BDEF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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