Html Css Color HEX #BDEF7A Sulu

📋 copy color: '#BDEF7A'

red 189 ◦ green 239 ◦ blue 122

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

Shades of Sulu #BDEF7A

Tints of Sulu #BDEF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 34.36%
G = 43.45%
B = 22.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#BDEF7A (or 0xBDEF7A) is known color: Sulu. HEX triplet: BD, EF and 7A. RGB value is (189,239,122). Sum of RGB (Red+Green+Blue) = 189+239+122=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF7A is #421085. Grayscale: #D3D3D3. Windows color (decimal): -4329606 or 8056765. OLE color: 8056765.

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

Color convert

RGB 189 239 122 -
CMYK 0.21 0 0.49 0.06
HSL 85.64º 0.79% 0.71% -
HSV(B) 85.64º 0.49% 0.94% -
XYZ 55.37 73.96 29.77 -
YUV 210.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 189 239 122 0.21 0 0.49 0.06 85.64 0.79 0.71
Hex BD EF 7A 15 0 31 6 56 4F 47
Octal 275 357 172 25 0 61 6 126 117 107
Binary 10111101 11101111 1111010 10101 0 110001 110 1010110 1001111 1000111

Color Harmonies of #BDEF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF7A

Black with #BDEF7A

Text Example


Text Example

White with #BDEF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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