Html Css Color HEX #BDF378 Sulu

📋 copy color: '#BDF378'

red 189 ◦ green 243 ◦ blue 120

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

Shades of Sulu #BDF378

Tints of Sulu #BDF378

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.02%

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

R = 34.24%
G = 44.02%
B = 21.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BDF378 (or 0xBDF378) is known color: Sulu. HEX triplet: BD, F3 and 78. RGB value is (189,243,120). Sum of RGB (Red+Green+Blue) = 189+243+120=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF378 is #420C87. Grayscale: #D5D5D5. Windows color (decimal): -4328584 or 7926717. OLE color: 7926717.

HSL color Cylindrical-coordinate representation of color #BDF378: hue angle of 86.34º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF378 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 120 -
CMYK 0.22 0 0.51 0.05
HSL 86.34º 0.84% 0.71% -
HSV(B) 86.34º 0.51% 0.95% -
XYZ 56.43 76.28 29.52 -
YUV 212.83 75.61 111 -
System Red Green Blue C M Y K H S L
Decimal 189 243 120 0.22 0 0.51 0.05 86.34 0.84 0.71
Hex BD F3 78 16 0 33 5 56 54 47
Octal 275 363 170 26 0 63 5 126 124 107
Binary 10111101 11110011 1111000 10110 0 110011 101 1010110 1010100 1000111

Color Harmonies of #BDF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF378

Black with #BDF378

Text Example


Text Example

White with #BDF378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF378; }

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

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

background-color css

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

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

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

border-color css

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

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

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