Html Css Color HEX #BDEF78 Sulu

📋 copy color: '#BDEF78'

red 189 ◦ green 239 ◦ blue 120

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

Shades of Sulu #BDEF78

Tints of Sulu #BDEF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.9%

R = 34.49%
G = 43.61%
B = 21.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#BDEF78 (or 0xBDEF78) is known color: Sulu. HEX triplet: BD, EF and 78. RGB value is (189,239,120). Sum of RGB (Red+Green+Blue) = 189+239+120=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF78 is #421087. Grayscale: #D2D2D2. Windows color (decimal): -4329608 or 7925693. OLE color: 7925693.

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

Color convert

RGB 189 239 120 -
CMYK 0.21 0 0.50 0.06
HSL 85.21º 0.79% 0.7% -
HSV(B) 85.21º 0.5% 0.94% -
XYZ 55.24 73.91 29.12 -
YUV 210.48 76.94 112.68 -
System Red Green Blue C M Y K H S L
Decimal 189 239 120 0.21 0 0.50 0.06 85.21 0.79 0.7
Hex BD EF 78 15 0 32 6 55 4F 46
Octal 275 357 170 25 0 62 6 125 117 106
Binary 10111101 11101111 1111000 10101 0 110010 110 1010101 1001111 1000110

Color Harmonies of #BDEF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF78

Black with #BDEF78

Text Example


Text Example

White with #BDEF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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