Html Css Color HEX #BDF078 Sulu

📋 copy color: '#BDF078'

red 189 ◦ green 240 ◦ blue 120

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

Shades of Sulu #BDF078

Tints of Sulu #BDF078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

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

R = 34.43%
G = 43.72%
B = 21.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#BDF078 (or 0xBDF078) is known color: Sulu. HEX triplet: BD, F0 and 78. RGB value is (189,240,120). Sum of RGB (Red+Green+Blue) = 189+240+120=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF078 is #420F87. Grayscale: #D3D3D3. Windows color (decimal): -4329352 or 7925949. OLE color: 7925949.

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

Color convert

RGB 189 240 120 -
CMYK 0.21 0 0.5 0.06
HSL 85.5º 0.8% 0.71% -
HSV(B) 85.5º 0.5% 0.94% -
XYZ 55.54 74.5 29.22 -
YUV 211.07 76.6 112.26 -
System Red Green Blue C M Y K H S L
Decimal 189 240 120 0.21 0 0.5 0.06 85.5 0.8 0.71
Hex BD F0 78 15 0 32 6 56 50 47
Octal 275 360 170 25 0 62 6 126 120 107
Binary 10111101 11110000 1111000 10101 0 110010 110 1010110 1010000 1000111

Color Harmonies of #BDF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF078

Black with #BDF078

Text Example


Text Example

White with #BDF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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